diff options
author | Daiki Ueno <ueno@unixuser.org> | 2009-06-04 22:44:48 +0000 |
---|---|---|
committer | Daiki Ueno <ueno@unixuser.org> | 2009-06-04 22:44:48 +0000 |
commit | 71fbd643c20ad105952570f8aa481231c932f366 (patch) | |
tree | c6502d20d4d6dc4f7a58973b615085e1aa41c00e /doc/misc | |
parent | e66f4dfb7555eed2da7b2632f9dd87a793226127 (diff) | |
download | emacs-71fbd643c20ad105952570f8aa481231c932f366.tar.gz |
(Security): Fix wording.
Diffstat (limited to 'doc/misc')
-rw-r--r-- | doc/misc/ChangeLog | 4 | ||||
-rw-r--r-- | doc/misc/gnus.texi | 8 |
2 files changed, 9 insertions, 3 deletions
diff --git a/doc/misc/ChangeLog b/doc/misc/ChangeLog index 105b4bed7cd..e72ed3c6390 100644 --- a/doc/misc/ChangeLog +++ b/doc/misc/ChangeLog @@ -1,3 +1,7 @@ +2009-06-04 Daiki Ueno <ueno@unixuser.org> + + * gnus.texi (Security): Fix wording. + 2009-06-04 Ryan Yeske <rcyeske@gmail.com> * message.texi (Header Commands): Fix descriptions to match diff --git a/doc/misc/gnus.texi b/doc/misc/gnus.texi index ccaebb82fcf..7a0fd7eac0d 100644 --- a/doc/misc/gnus.texi +++ b/doc/misc/gnus.texi @@ -12020,7 +12020,7 @@ things to work: @item To handle @acronym{PGP} and @acronym{PGP/MIME} messages, you have to install an OpenPGP implementation such as GnuPG. The Lisp interface -to GnuPG included with Gnus is called EasyPG, but PGG (@pxref{Top, +to GnuPG included with Emacs is called EasyPG, but PGG (@pxref{Top, ,PGG, pgg, PGG Manual}), Mailcrypt, and gpg.el are also supported. @item @@ -12050,14 +12050,16 @@ protocols. Otherwise, ask user. Symbol indicating elisp interface to OpenPGP implementation for @acronym{PGP} messages. The default is @code{epg}, but @code{pgg}, @code{mailcrypt}, and @code{gpg} are also supported although -deprecated. +deprecated. By default, Gnus uses the first available interface on +this order. @item mml2015-use @vindex mml2015-use Symbol indicating elisp interface to OpenPGP implementation for @acronym{PGP/MIME} messages. The default is @code{epg}, but @code{pgg}, @code{mailcrypt}, and @code{gpg} are also supported -although deprecated. +although deprecated. By default, Gnus uses the first available +interface on this order. @end table |