(map-y-or-n-p): Clarify RET/q in help message.
This commit is contained in:
parent
a1716a5704
commit
90d0422ab8
1 changed files with 3 additions and 3 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue