diff options
| author | Richard M. Stallman | 2007-03-26 03:32:27 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2007-03-26 03:32:27 +0000 |
| commit | 687908093ce61e36ed89bbb3b3664bf8684391f1 (patch) | |
| tree | f98e103c8209b50bf47d078119c1460913176637 | |
| parent | 14007de1ff72f3cb13b0dcbd6dbf8e80e1c4de51 (diff) | |
| download | emacs-687908093ce61e36ed89bbb3b3664bf8684391f1.tar.gz emacs-687908093ce61e36ed89bbb3b3664bf8684391f1.zip | |
(Caching passphrase): Clean up previous change.
| -rw-r--r-- | man/pgg.texi | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/man/pgg.texi b/man/pgg.texi index ba6b5f61703..263169374d4 100644 --- a/man/pgg.texi +++ b/man/pgg.texi | |||
| @@ -297,11 +297,11 @@ Elapsed time for expiration in seconds. | |||
| 297 | @end defvar | 297 | @end defvar |
| 298 | 298 | ||
| 299 | If your passphrase contains non-ASCII characters, you might need to | 299 | If your passphrase contains non-ASCII characters, you might need to |
| 300 | specify the coding-system to be used to encode your passphrases since | 300 | specify the coding system to be used to encode your passphrases, since |
| 301 | GnuPG treats them as a byte sequence not a character sequence. | 301 | GnuPG treats them as a byte sequence, not as a character sequence. |
| 302 | 302 | ||
| 303 | @defvar pgg-passphrase-coding-system | 303 | @defvar pgg-passphrase-coding-system |
| 304 | Coding-system used to encode passphrase. | 304 | Coding system used to encode passphrase. |
| 305 | @end defvar | 305 | @end defvar |
| 306 | 306 | ||
| 307 | @node Default user identity | 307 | @node Default user identity |