]> git.eshelyaron.com Git - emacs.git/commitdiff
Mention that RET means "yes" in y-or-n-p
authorLars Ingebrigtsen <larsi@gnus.org>
Sat, 9 Oct 2021 13:04:11 +0000 (15:04 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Sat, 9 Oct 2021 13:04:18 +0000 (15:04 +0200)
* lisp/subr.el (y-or-n-p): Mention that RET also means yes (bug#51101).

lisp/subr.el

index f8f446c6a927a2da2034f9f26d0ce7e1025b80e1..78767b259d454222387e2af4d313b145bc076d8a 100644 (file)
@@ -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