Mention that RET means "yes" in y-or-n-p
* lisp/subr.el (y-or-n-p): Mention that RET also means yes (bug#51101).
This commit is contained in:
parent
00eb21c897
commit
ec9f25bd35
1 changed files with 1 additions and 1 deletions
|
@ -3218,7 +3218,7 @@ PROMPT is also updated to show `help-char' like \"(y, n or C-h) \",
|
|||
where `help-char' is automatically bound to `help-form-show'.
|
||||
|
||||
No confirmation of the answer is requested; a single character is
|
||||
enough. SPC also means yes, and DEL means no.
|
||||
enough. RET and SPC also means yes, and DEL means no.
|
||||
|
||||
To be precise, this function translates user input into responses
|
||||
by consulting the bindings in `query-replace-map'; see the
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue