Mercurial > emacs
changeset 61447:ff2428b81ec5
(map-y-or-n-p): Clarify RET/q in help message.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sun, 10 Apr 2005 23:25:16 +0000 |
parents | 397fed153f02 |
children | 7d5a5b63ec13 |
files | lisp/emacs-lisp/map-ynp.el |
diffstat | 1 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/emacs-lisp/map-ynp.el Sun Apr 10 23:23:24 2005 +0000 +++ b/lisp/emacs-lisp/map-ynp.el Sun Apr 10 23:25:16 2005 +0000 @@ -200,10 +200,10 @@ (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)