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:
parent
b51900451a
commit
c733d4ce34
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user