diff options
author | Daiki Ueno <ueno@unixuser.org> | 2009-08-23 16:23:57 +0000 |
---|---|---|
committer | Daiki Ueno <ueno@unixuser.org> | 2009-08-23 16:23:57 +0000 |
commit | 0f215bca1f51583071a97677414a632b4857c02e (patch) | |
tree | e5769f169c96752441e89a095bcddc1353264163 /doc | |
parent | c8edcc0113a380c15388a1d5ef94b0218df46aad (diff) | |
download | emacs-0f215bca1f51583071a97677414a632b4857c02e.tar.gz |
(Quick start): Don't refer to nonexistent epa-mode.
(Mail-mode integration): Mention epa-mail-mode and
epa-global-mail-mode. Reported by Jari Aalto (Bug#4211).
Diffstat (limited to 'doc')
-rw-r--r-- | doc/misc/ChangeLog | 6 | ||||
-rw-r--r-- | doc/misc/epa.texi | 7 |
2 files changed, 9 insertions, 4 deletions
diff --git a/doc/misc/ChangeLog b/doc/misc/ChangeLog index a6b601ce0a3..67963c1c9c2 100644 --- a/doc/misc/ChangeLog +++ b/doc/misc/ChangeLog @@ -1,3 +1,9 @@ +2009-08-23 Daiki Ueno <ueno@unixuser.org> + + * epa.texi (Quick start): Don't refer to nonexistent epa-mode. + (Mail-mode integration): Mention epa-mail-mode and + epa-global-mail-mode. Reported by Jari Aalto (Bug#4211). + 2009-08-16 Michael Albinus <michael.albinus@gmx.de> * dbus.texi (Asynchronous Methods): Allow nil handler. diff --git a/doc/misc/epa.texi b/doc/misc/epa.texi index 97a61cd5547..32cc20778f7 100644 --- a/doc/misc/epa.texi +++ b/doc/misc/epa.texi @@ -99,9 +99,6 @@ 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 @@ -314,7 +311,9 @@ PGP/MIME. See Inline PGP in E-mail is bad, Mm'kay?}. @noindent -The following keys are assigned. +Once @code{epa-mail-mode} is enabled, the following keys are assigned. +You can do it by @kbd{C-u 1 M-x epa-mail-mode} or through the Customize +interface. Try @kbd{M-x customize-variable epa-global-mail-mode}. @table @kbd @item C-c C-e d |