1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-21 18:23:59 +00:00

(Caching passphrase): Clean up previous change.

This commit is contained in:
Richard M. Stallman 2007-03-26 03:32:27 +00:00
parent 14007de1ff
commit 687908093c

View File

@ -297,11 +297,11 @@ Elapsed time for expiration in seconds.
@end defvar
If your passphrase contains non-ASCII characters, you might need to
specify the coding-system to be used to encode your passphrases since
GnuPG treats them as a byte sequence not a character sequence.
specify the coding system to be used to encode your passphrases, since
GnuPG treats them as a byte sequence, not as a character sequence.
@defvar pgg-passphrase-coding-system
Coding-system used to encode passphrase.
Coding system used to encode passphrase.
@end defvar
@node Default user identity