From: ueno Date: Thu, 20 Apr 2006 06:01:34 +0000 (+0000) Subject: Fixed. X-Git-Tag: epgsm-branchpoint~14 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=1d37660108569a43f5a2b59616b0e2b06018aa62;p=elisp%2Fepg.git Fixed. --- diff --git a/README b/README index b414c85..610523f 100644 --- a/README +++ b/README @@ -24,7 +24,8 @@ Add the following line to your ~/.emacs (require 'epa-setup) -Then you can do some cryptographic operations on dired. +Then you can browse your keyring by M-x epa-list-keys. In addition, +you can do some cryptographic operations on dired. M-x dired (mark some files) @@ -48,6 +49,6 @@ in gc_sweep phase. If GC happens before `fillarray', passphrase strings may be moved elsewhere in memory. Fortunately, there is gpg-agent to cache passphrases in more secure -way, so the EasyPG Library dares *not* to cache passphrase by itself. -Elisp programs can set `epg-context-passphrase-callback' to cache -user's passphrases. +way, so the EasyPG Library dares to disable passphrase caching. Elisp +programs can set `epg-context-passphrase-callback' to cache user's +passphrases.