From d391053ad3c7dfc6327ca18181906ea46174ad89 Mon Sep 17 00:00:00 2001 From: ueno Date: Mon, 26 Mar 2007 08:34:47 +0000 Subject: [PATCH] Fixed. --- epa.el | 2 +- epa.texi | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 -- 1.7.10.4