(User Commands): Fix description of pgg-verify-region.
authorKatsumi Yamaoka <yamaoka@jpl.org>
Mon, 5 Dec 2005 12:34:01 +0000 (12:34 +0000)
committerKatsumi Yamaoka <yamaoka@jpl.org>
Mon, 5 Dec 2005 12:34:01 +0000 (12:34 +0000)
(Selecting an implementation): Fix descriptions.

texi/ChangeLog
texi/pgg.texi

index 194facf..9847a67 100644 (file)
@@ -1,3 +1,8 @@
+2005-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * pgg.texi (User Commands): Fix description of pgg-verify-region.
+       (Selecting an implementation): Fix descriptions.
+
 2005-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
 
        * gnus-news.el: Update Copyright.
index 92e93de..f065029 100644 (file)
@@ -156,9 +156,8 @@ the accessible portion) with the resulting data.
 
 @deffn Command pgg-verify-region start end &optional signature fetch
 Verify the current region between @var{start} and @var{end}.  If the
-optional third argument @var{signature} is non-@code{nil}, or the function
-is called interactively, it is treated as the detached signature of the
-current region.
+optional third argument @var{signature} is non-@code{nil}, it is treated
+as the detached signature file of the current region.
 
 If the optional 4th argument @var{fetch} is non-@code{nil}, or the
 function is called interactively, we attempt to fetch the signer's
@@ -183,22 +182,18 @@ considerably.  For example, if you are using GnuPG, you know you can
 select cipher algorithm from 3DES, CAST5, BLOWFISH, and so on, but on
 the other hand the version 2 of PGP only supports IDEA.
 
-By default, if the variable @code{pgg-scheme} is not set, PGG searches the
-registered scheme for an implementation of the requested service
-associated with the named algorithm.  If there are no match, PGG uses
-@code{pgg-default-scheme}.  In other words, there are two options to
-control which command is used to process the incoming PGP armors.  One
-is for encrypting and signing, the other is for decrypting and
-verifying.
+Which implementation is used is controlled by the @code{pgg-scheme}
+variable.  If it is @code{nil} (the default), the value of the
+@code{pgg-default-scheme} variable will be used instead.
 
 @defvar pgg-scheme
-Force specify the scheme of PGP implementation for decrypting and verifying.
-The value can be @code{gpg}, @code{pgp}, and @code{pgp5}.
+Force specify the scheme of PGP implementation.  The value can be set to
+@code{gpg}, @code{pgp}, and @code{pgp5}.  The default is @code{nil}.
 @end defvar
 
 @defvar pgg-default-scheme
-Force specify the scheme of PGP implementation for encrypting and signing.
-The value can be @code{gpg}, @code{pgp}, and @code{pgp5}.
+The default scheme of PGP implementation.  The value should be one of
+@code{gpg}, @code{pgp}, and @code{pgp5}.  The default is @code{gpg}.
 @end defvar
 
 @node Caching passphrase