aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorMichael Olson2008-02-12 01:24:20 +0000
committerMichael Olson2008-02-12 01:24:20 +0000
commit5a8d03e9b9407d033afb9d795003cff1ced52b7b (patch)
tree0da8081dc834e5ca50e4a927fb388ef784813650 /doc
parentd218b4e5d2ec290c7be64d3ea264359095a3aee0 (diff)
downloademacs-5a8d03e9b9407d033afb9d795003cff1ced52b7b.tar.gz
emacs-5a8d03e9b9407d033afb9d795003cff1ced52b7b.zip
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 f88471754cb..c3a4e60748f 100644
--- a/doc/misc/ChangeLog
+++ b/doc/misc/ChangeLog
@@ -1,3 +1,7 @@
12008-02-11 Daiki Ueno <ueno@unixuser.org>
2
3 * epa.texi (Quick start): Remove the .emacs setting.
4
12008-02-10 Daiki Ueno <ueno@unixuser.org> 52008-02-10 Daiki Ueno <ueno@unixuser.org>
2 6
3 * epa.texi (Quick start): Use the command `epa-enable' instead of 7 * epa.texi (Quick start): Use the command `epa-enable' instead of
diff --git a/doc/misc/epa.texi b/doc/misc/epa.texi
index 08f3fb4178b..24453cd8ace 100644
--- a/doc/misc/epa.texi
+++ b/doc/misc/epa.texi
@@ -77,36 +77,23 @@ EasyPG Assistant provides the following features.
77@node Quick start 77@node Quick start
78@chapter Quick start 78@chapter Quick start
79 79
80@c To install, just follow the standard CMMI installation instructions. 80EasyPG Assistant commands are prefixed by @samp{epa-}. For example,
81
82@c @cartouche
83@c @example
84@c $ ./configure
85@c $ sudo make install
86@c @end example
87@c @end cartouche
88
89@c @noindent
90@c Then, add the following line to your @file{~/.emacs}
91
92Add the following line to your @file{~/.emacs}.
93
94@cartouche
95@lisp
96(epa-mode 1)
97@end lisp
98@end cartouche
99
100@noindent
101Restart emacs and type @kbd{M-x epa- @key{TAB}}, and you will see a
102lot of commands available. For example,
103 81
104@itemize @bullet 82@itemize @bullet
105@item To browse your keyring, type @kbd{M-x epa-list-keys} 83@item To browse your keyring, type @kbd{M-x epa-list-keys}
106 84
107@item To create a cleartext signature of the region, type @kbd{M-x epa-sign-region} 85@item To create a cleartext signature of the region, type @kbd{M-x epa-sign-region}
86
87@item To encrypt a file, type @kbd{M-x epa-encrypt-file}
108@end itemize 88@end itemize
109 89
90EasyPG Assistant provides several cryptographic features which can be
91integrated into other Emacs functionalities. For example, automatic
92encryption/decryption of @samp{*.gpg} files.
93
94To install these features, do @kbd{C-u 1 M-x epa-mode}. It can also
95be turned on by customize. Try @kbd{M-x customize-variable epa-mode}.
96
110@node Commands 97@node Commands
111@chapter Commands 98@chapter Commands
112 99