changeset 103322:08b8935bfc23

(Security): Fix wording.
author Daiki Ueno <ueno@unixuser.org>
date Thu, 04 Jun 2009 22:44:48 +0000
parents f50defb23b3e
children 3ad71a3c2535
files doc/misc/ChangeLog doc/misc/gnus.texi
diffstat 2 files changed, 9 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/doc/misc/ChangeLog	Thu Jun 04 20:48:16 2009 +0000
+++ b/doc/misc/ChangeLog	Thu Jun 04 22:44:48 2009 +0000
@@ -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
--- a/doc/misc/gnus.texi	Thu Jun 04 20:48:16 2009 +0000
+++ b/doc/misc/gnus.texi	Thu Jun 04 22:44:48 2009 +0000
@@ -12020,7 +12020,7 @@
 @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 @@
 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