aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorMichael Olson <[email protected]>2008-02-12 01:24:20 +0000
committerMichael Olson <[email protected]>2008-02-12 01:24:20 +0000
commit5a8d03e9b9407d033afb9d795003cff1ced52b7b (patch)
tree0da8081dc834e5ca50e4a927fb388ef784813650 /doc
parentd218b4e5d2ec290c7be64d3ea264359095a3aee0 (diff)
EasyPG: Update manual, menu label, epa-menu-mode->epa-mode, dired minor mode.
Diffstat (limited to 'doc')
-rw-r--r--doc/misc/ChangeLog4
-rw-r--r--doc/misc/epa.texi33
2 files changed, 14 insertions, 23 deletions
diff --git a/doc/misc/ChangeLog b/doc/misc/ChangeLog
index f88471754c..c3a4e60748 100644
--- a/doc/misc/ChangeLog
+++ b/doc/misc/ChangeLog
@@ -1,3 +1,7 @@
+2008-02-11 Daiki Ueno <[email protected]>
+
+ * epa.texi (Quick start): Remove the .emacs setting.
+
2008-02-10 Daiki Ueno <[email protected]>
* epa.texi (Quick start): Use the command `epa-enable' instead of
diff --git a/doc/misc/epa.texi b/doc/misc/epa.texi
index 08f3fb4178..24453cd8ac 100644
--- a/doc/misc/epa.texi
+++ b/doc/misc/epa.texi
@@ -77,36 +77,23 @@ EasyPG Assistant provides the following features.
@node Quick start
@chapter Quick start
-@c To install, just follow the standard CMMI installation instructions.
-
-@c @cartouche
-@c @example
-@c $ ./configure
-@c $ sudo make install
-@c @end example
-@c @end cartouche
-
-@c @noindent
-@c Then, add the following line to your @file{~/.emacs}
-
-Add the following line to your @file{~/.emacs}.
-
-@cartouche
-@lisp
-(epa-mode 1)
-@end lisp
-@end cartouche
-
-@noindent
-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}
+
+@item 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