Fixed.
authorueno <ueno>
Thu, 20 Apr 2006 06:01:34 +0000 (06:01 +0000)
committerueno <ueno>
Thu, 20 Apr 2006 06:01:34 +0000 (06:01 +0000)
README

diff --git a/README b/README
index b414c85..610523f 100644 (file)
--- 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.