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)))
 
 @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