From: ueno Date: Mon, 26 Mar 2007 08:34:47 +0000 (+0000) Subject: Fixed. X-Git-Tag: epg-0_0_11~10 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=d391053ad3c7dfc6327ca18181906ea46174ad89;p=elisp%2Fepg.git Fixed. --- diff --git a/epa.el b/epa.el index a188e46..51b6d53 100644 --- 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))) diff --git a/epa.texi b/epa.texi index 30eb53e..f9caec8 100644 --- 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