From: hmurata Date: Sat, 6 Jan 2007 01:14:24 +0000 (+0000) Subject: * epa.el (epa-select-keys): Fix the last change. X-Git-Tag: epg-0_0_10~11 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=6abbdd24801c145f4a052db23f36144f718a01b9;p=elisp%2Fepg.git * epa.el (epa-select-keys): Fix the last change. --- diff --git a/epa.el b/epa.el index 6f38d70..5e3cd1c 100644 --- a/epa.el +++ b/epa.el @@ -432,9 +432,9 @@ If SECRET is non-nil, list secret keys instead of public keys." buffer-read-only) (erase-buffer) (insert prompt "\n" - (substitute-command-keys - "- `\\[epa-mark]' to mark a key on the line\n" - "- `\\[epa-unmark]' to unmark a key on the line\n")) + (substitute-command-keys "\ +- `\\[epa-mark]' to mark a key on the line +- `\\[epa-unmark]' to unmark a key on the line\n")) (widget-create 'link :notify (lambda (&rest ignore) (abort-recursive-edit)) :help-echo