From c4bec0afa4a5d3fe382254611a1dbc274a9bf5f4 Mon Sep 17 00:00:00 2001 From: Jesper Harder Date: Sun, 14 Sep 2003 00:05:47 +0000 Subject: [PATCH] (Selecting an implementation, Caching passphrase) (Initializing): Markup fix. --- texi/ChangeLog | 5 +++++ texi/pgg.texi | 8 ++++---- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/texi/ChangeLog b/texi/ChangeLog index b5cfb844d..204a0027d 100644 --- a/texi/ChangeLog +++ b/texi/ChangeLog @@ -1,3 +1,8 @@ +2003-09-14 Jesper Harder + + * pgg.texi (Selecting an implementation, Caching passphrase) + (Initializing): Markup fix. + 2003-09-12 Jesper Harder * gnus.texi (Summary Buffer Lines): Formatting fix. diff --git a/texi/pgg.texi b/texi/pgg.texi index dfef94637..72329a453 100644 --- a/texi/pgg.texi +++ b/texi/pgg.texi @@ -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) -- 2.34.1