Describe M-x epa-list-secret-keys.
authorueno <ueno>
Tue, 20 Mar 2007 22:58:18 +0000 (22:58 +0000)
committerueno <ueno>
Tue, 20 Mar 2007 22:58:18 +0000 (22:58 +0000)
epa.texi

index 70c09e2..5a00b12 100644 (file)
--- a/epa.texi
+++ b/epa.texi
@@ -130,9 +130,7 @@ keyring.  @kbd{M-x epa-list-keys} is corresponding to @samp{gpg
 --list-keys} from the command line.
 
 @deffn Command epa-list-keys name mode
-Show all keys matched with @var{name} from the keyring.
-If @var{mode} is non-nil, it reads the private keyring.  Otherwise, it
-reads the public keyring.
+Show all keys matched with @var{name} from the public keyring.
 @end deffn
 
 The output looks as follows.
@@ -141,6 +139,12 @@ The output looks as follows.
   u A5B6B2D4B15813FE Daiki Ueno <ueno@@unixuser.org>
 @end example
 
+To browse your private keyring, use @kbd{M-x epa-list-secret-keys}.
+
+@deffn Command epa-list-secret-keys name
+Show all keys matched with @var{name} from the private keyring.
+@end deffn
+
 A character on the leftmost column indicates the trust level of the
 key.  If it is @samp{u}, the key is marked as ultimately trusted.  The
 second column is the key ID, and the rest is the user ID.