From b907d2d048295b95449d5314e2c5b2e2fc5eb8a7 Mon Sep 17 00:00:00 2001 From: Hiroya Murata Date: Sat, 6 Jan 2007 01:14:24 +0000 Subject: [PATCH] * epa.el (epa-select-keys): Fix the last change. --- epa.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 -- 2.11.0