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 5f9f84eb61c..f3cf45144a3 100644
--- a/lisp/subr.el
+++ b/lisp/subr.el
@@ -1892,7 +1892,7 @@ EXIT-CHAR it is swallowed; otherwise it is then available as
1892input (as a command if nothing else). 1892input (as a command if nothing else).
1893Display MESSAGE (optional fourth arg) in the echo area. 1893Display MESSAGE (optional fourth arg) in the echo area.
1894If MESSAGE is nil, instructions to type EXIT-CHAR are displayed there." 1894If MESSAGE is nil, instructions to type EXIT-CHAR are displayed there."
1895 (or exit-char (setq exit-char ?\ )) 1895 (or exit-char (setq exit-char ?\s))
1896 (let ((inhibit-read-only t) 1896 (let ((inhibit-read-only t)
1897 ;; Don't modify the undo list at all. 1897 ;; Don't modify the undo list at all.
1898 (buffer-undo-list t) 1898 (buffer-undo-list t)