1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-13 16:38:14 +00:00

(map-y-or-n-p): Mention RET, `q' in the help text.

This commit is contained in:
Dave Love 1998-09-14 17:14:40 +00:00
parent b51900451a
commit c733d4ce34

View File

@ -195,9 +195,11 @@ 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);
! to %s all remaining %s;
ESC or `q' to exit;\n"
action object object action objects)
action object object objects action
objects)
(mapconcat (function
(lambda (elt)
(format "%c to %s"