(Selecting an implementation, Caching passphrase)
authorJesper Harder <harder@ifa.au.dk>
Sun, 14 Sep 2003 00:05:47 +0000 (00:05 +0000)
committerJesper Harder <harder@ifa.au.dk>
Sun, 14 Sep 2003 00:05:47 +0000 (00:05 +0000)
(Initializing): Markup fix.

texi/ChangeLog
texi/pgg.texi

index b5cfb84..204a002 100644 (file)
@@ -1,3 +1,8 @@
+2003-09-14  Jesper Harder  <harder@ifa.au.dk>
+
+       * pgg.texi (Selecting an implementation, Caching passphrase)
+       (Initializing): Markup fix.
+
 2003-09-12  Jesper Harder  <harder@ifa.au.dk>
 
        * gnus.texi (Summary Buffer Lines): Formatting fix.
index dfef946..72329a4 100644 (file)
@@ -188,10 +188,10 @@ 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 @var{pgg-scheme} is not set, PGG searches the
+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
-@var{pgg-default-scheme}.  In other words, there are two options to
+@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.
@@ -210,7 +210,7 @@ The value can be @code{gpg}, @code{pgp}, and @code{pgp5}.
 @section Caching passphrase
 
 PGG provides a simple passphrase caching mechanism.  If you want to
-arrange the interaction, set the variable @var{pgg-read-passphrase}.
+arrange the interaction, set the variable @code{pgg-read-passphrase}.
 
 @defvar pgg-cache-passphrase
 If non-@code{nil}, store passphrases.  The default value of this
@@ -278,7 +278,7 @@ It had better guarantee to keep only one instance of a scheme.
 
 The following code is snipped out of @file{pgg-gpg.el}.  Once an
 instance of @code{pgg-gpg} scheme is initialized, it's stored to the
-variable @var{pgg-scheme-gpg-instance} and will be reused from now on.
+variable @code{pgg-scheme-gpg-instance} and will be reused from now on.
 
 @lisp
 (defvar pgg-scheme-gpg-instance nil)