aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorMichael Olson2008-02-10 20:57:47 +0000
committerMichael Olson2008-02-10 20:57:47 +0000
commitf1914c4078082de71933f6cdf7735411e488d045 (patch)
treecfb6b673ff2bb8fdd02e1a5aa7b7e5e96c0d6f18 /doc
parentc6588a85bcb0bdcd615f4f34496d71943120e7ae (diff)
downloademacs-f1914c4078082de71933f6cdf7735411e488d045.tar.gz
emacs-f1914c4078082de71933f6cdf7735411e488d045.zip
EasyPG: Implement some suggestions from emacs-devel.
Diffstat (limited to 'doc')
-rw-r--r--doc/misc/ChangeLog5
-rw-r--r--doc/misc/epa.texi24
2 files changed, 18 insertions, 11 deletions
diff --git a/doc/misc/ChangeLog b/doc/misc/ChangeLog
index 005728ae4ba..f88471754cb 100644
--- a/doc/misc/ChangeLog
+++ b/doc/misc/ChangeLog
@@ -1,3 +1,8 @@
12008-02-10 Daiki Ueno <ueno@unixuser.org>
2
3 * epa.texi (Quick start): Use the command `epa-enable' instead of
4 loading `epa-setup'.
5
12008-02-08 Juanma Barranquero <lekktu@gmail.com> 62008-02-08 Juanma Barranquero <lekktu@gmail.com>
2 7
3 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add epa. 8 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add epa.
diff --git a/doc/misc/epa.texi b/doc/misc/epa.texi
index f47f5c2921f..08f3fb4178b 100644
--- a/doc/misc/epa.texi
+++ b/doc/misc/epa.texi
@@ -77,26 +77,28 @@ EasyPG Assistant provides the following features.
77@node Quick start 77@node Quick start
78@chapter Quick start 78@chapter Quick start
79 79
80To install, just follow the standard CMMI installation instructions. 80@c To install, just follow the standard CMMI installation instructions.
81 81
82@cartouche 82@c @cartouche
83@example 83@c @example
84$ ./configure 84@c $ ./configure
85$ sudo make install 85@c $ sudo make install
86@end example 86@c @end example
87@end cartouche 87@c @end cartouche
88 88
89@noindent 89@c @noindent
90Then, add the following line to your @file{~/.emacs} 90@c Then, add the following line to your @file{~/.emacs}
91
92Add the following line to your @file{~/.emacs}.
91 93
92@cartouche 94@cartouche
93@lisp 95@lisp
94(require 'epa-setup) 96(epa-mode 1)
95@end lisp 97@end lisp
96@end cartouche 98@end cartouche
97 99
98@noindent 100@noindent
99That's all. Restart emacs and type @kbd{M-x epa- @key{TAB}}, and you will see a 101Restart emacs and type @kbd{M-x epa- @key{TAB}}, and you will see a
100lot of commands available. For example, 102lot of commands available. For example,
101 103
102@itemize @bullet 104@itemize @bullet