diff options
author | Richard M. Stallman <rms@gnu.org> | 2005-04-10 23:25:16 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 2005-04-10 23:25:16 +0000 |
commit | 90d0422ab8e9a865712df692b1c7505fa88a8774 (patch) | |
tree | 86a8bc66919a5c3862c456d6ed55ad6d02afa958 /lisp/emacs-lisp | |
parent | a1716a5704f1e498eb83e9d9161cf01293660a2e (diff) | |
download | emacs-90d0422ab8e9a865712df692b1c7505fa88a8774.tar.gz emacs-90d0422ab8e9a865712df692b1c7505fa88a8774.tar.bz2 emacs-90d0422ab8e9a865712df692b1c7505fa88a8774.zip |
(map-y-or-n-p): Clarify RET/q in help message.
Diffstat (limited to 'lisp/emacs-lisp')
-rw-r--r-- | lisp/emacs-lisp/map-ynp.el | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lisp/emacs-lisp/map-ynp.el b/lisp/emacs-lisp/map-ynp.el index 1f493e746fe..2eb53a86038 100644 --- a/lisp/emacs-lisp/map-ynp.el +++ b/lisp/emacs-lisp/map-ynp.el @@ -200,10 +200,10 @@ Returns the number of actions taken." (concat (format "Type SPC or `y' to %s the current %s; DEL or `n' to skip the current %s; -RET or `q' to exit (skip all remaining %s); -C-g to quit (cancel the operation); +RET or `q' to give up on the %s (skip all remaining %s); +C-g to quit (cancel the whole command); ! to %s all remaining %s;\n" - action object object objects action + action object object action objects action objects) (mapconcat (function (lambda (elt) |