emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/doc/misc/epa.texi,v


From: Michael W. Olson
Subject: [Emacs-diffs] Changes to emacs/doc/misc/epa.texi,v
Date: Tue, 12 Feb 2008 01:24:21 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Michael W. Olson <mwolson>      08/02/12 01:24:20

Index: doc/misc/epa.texi
===================================================================
RCS file: /sources/emacs/emacs/doc/misc/epa.texi,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -b -r1.3 -r1.4
--- doc/misc/epa.texi   10 Feb 2008 20:57:44 -0000      1.3
+++ doc/misc/epa.texi   12 Feb 2008 01:24:17 -0000      1.4
@@ -77,36 +77,23 @@
 @node  Quick start
 @chapter Quick start
 
address@hidden To install, just follow the standard CMMI installation 
instructions.
-
address@hidden @cartouche
address@hidden @example
address@hidden $ ./configure
address@hidden $ sudo make install
address@hidden @end example
address@hidden @end cartouche
-
address@hidden @noindent
address@hidden Then, add the following line to your @file{~/.emacs}
-
-Add the following line to your @file{~/.emacs}.
-
address@hidden
address@hidden
-(epa-mode 1)
address@hidden lisp
address@hidden cartouche
-
address@hidden
-Restart emacs and type @kbd{M-x epa- @key{TAB}}, and you will see a
-lot of commands available.  For example,
+EasyPG Assistant commands are prefixed by @samp{epa-}.  For example,
 
 @itemize @bullet
 @item To browse your keyring, type @kbd{M-x epa-list-keys}
 
 @item To create a cleartext signature of the region, type @kbd{M-x 
epa-sign-region}
+
address@hidden To encrypt a file, type @kbd{M-x epa-encrypt-file}
 @end itemize
 
+EasyPG Assistant provides several cryptographic features which can be
+integrated into other Emacs functionalities.  For example, automatic
+encryption/decryption of @samp{*.gpg} files.
+
+To install these features, do @kbd{C-u 1 M-x epa-mode}.  It can also
+be turned on by customize.  Try @kbd{M-x customize-variable epa-mode}.
+
 @node Commands
 @chapter Commands
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]