diff options
| -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 |