diff options
| -rw-r--r-- | lisp/subr.el | 2 |
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 | |||
| 1892 | input (as a command if nothing else). | 1892 | input (as a command if nothing else). |
| 1893 | Display MESSAGE (optional fourth arg) in the echo area. | 1893 | Display MESSAGE (optional fourth arg) in the echo area. |
| 1894 | If MESSAGE is nil, instructions to type EXIT-CHAR are displayed there." | 1894 | If 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) |