From 1d37660108569a43f5a2b59616b0e2b06018aa62 Mon Sep 17 00:00:00 2001 From: ueno Date: Thu, 20 Apr 2006 06:01:34 +0000 Subject: [PATCH] Fixed. --- README | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) 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. -- 1.7.10.4