]> code.delx.au - gnu-emacs/commitdiff
(Security): Fix wording.
authorDaiki Ueno <ueno@unixuser.org>
Thu, 4 Jun 2009 22:44:48 +0000 (22:44 +0000)
committerDaiki Ueno <ueno@unixuser.org>
Thu, 4 Jun 2009 22:44:48 +0000 (22:44 +0000)
doc/misc/ChangeLog
doc/misc/gnus.texi

index 105b4bed7cd5934546411af7b845cab474185bef..e72ed3c6390dc33c999cf5a7e10b044776cf6f88 100644 (file)
@@ -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
index ccaebb82fcf652e4170142d0a82e0b6516fb0448..7a0fd7eac0dc9c5a38b6702aa44b6f9e83016fcb 100644 (file)
@@ -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