OSDN Git Service

Fixed.
authorDaiki Ueno <ueno@unixuser.org>
Mon, 26 Mar 2007 08:33:27 +0000 (08:33 +0000)
committerDaiki Ueno <ueno@unixuser.org>
Mon, 26 Mar 2007 08:33:27 +0000 (08:33 +0000)
epa.el
epa.texi

diff --git a/epa.el b/epa.el
index a188e46..51b6d53 100644 (file)
--- a/epa.el
+++ b/epa.el
@@ -473,7 +473,7 @@ PROMPT is a string to prompt with.
 NAMES is a list of strings to be matched with keys.  If it is nil, all
 the keys are listed.
 If SECRET is non-nil, list secret keys instead of public keys."
-  (let ((keys (epg-list-keys context name secret)))
+  (let ((keys (epg-list-keys context names secret)))
     (if (> (length keys) 1)
        (epa--select-keys prompt keys)
       keys)))
index 30eb53e..f9caec8 100644 (file)
--- a/epa.texi
+++ b/epa.texi
@@ -52,7 +52,7 @@ Free Documentation License".
 @node Top
 @top EasyPG Assistant user's manual
 
-EasyPG Assistant is an Emacs user interface for GNU Privacy Guard
+EasyPG Assistant is an Emacs user interface to GNU Privacy Guard
 (GnuPG, @pxref{Top, , Top, gnupg, Using the GNU Privacy Guard}).
 
 EasyPG Assistant is a part of the package called EasyPG, an all-in-one