From bb058a44f6877874e9050530ceb2e12f6bc8c2a3 Mon Sep 17 00:00:00 2001 From: ueno Date: Wed, 20 Dec 2006 04:01:15 +0000 Subject: [PATCH] * epa.el (epa-list-keys): Added doc. --- epa.el | 3 +++ 1 file changed, 3 insertions(+) diff --git a/epa.el b/epa.el index 44d8431..b6509db 100644 --- a/epa.el +++ b/epa.el @@ -330,6 +330,9 @@ If ARG is non-nil, mark the current line." ;;;###autoload (defun epa-list-keys (&optional name mode) + "List all keys matched with NAME from the keyring. +If MODE is non-nil, it reads the private keyring. Otherwise, it +reads the public keyring." (interactive (if current-prefix-arg (let ((name (read-string "Pattern: " -- 1.7.10.4