aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/subr.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/subr.el b/lisp/subr.el
index f8f446c6a92..78767b259d4 100644
--- a/lisp/subr.el
+++ b/lisp/subr.el
@@ -3218,7 +3218,7 @@ PROMPT is also updated to show `help-char' like \"(y, n or C-h) \",
3218where `help-char' is automatically bound to `help-form-show'. 3218where `help-char' is automatically bound to `help-form-show'.
3219 3219
3220No confirmation of the answer is requested; a single character is 3220No confirmation of the answer is requested; a single character is
3221enough. SPC also means yes, and DEL means no. 3221enough. RET and SPC also means yes, and DEL means no.
3222 3222
3223To be precise, this function translates user input into responses 3223To be precise, this function translates user input into responses
3224by consulting the bindings in `query-replace-map'; see the 3224by consulting the bindings in `query-replace-map'; see the