diff options
| -rw-r--r-- | lisp/ehelp.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/ehelp.el b/lisp/ehelp.el index 376f31f1ca5..39f08d51f18 100644 --- a/lisp/ehelp.el +++ b/lisp/ehelp.el | |||
| @@ -197,7 +197,7 @@ BUFFER is put into `default-major-mode' (or `fundamental-mode') when we exit." | |||
| 197 | (if (pos-visible-in-window-p (point-max)) | 197 | (if (pos-visible-in-window-p (point-max)) |
| 198 | (progn (message "%s" (substitute-command-keys "<<< Press Space to bury the help buffer, Press \\[electric-help-retain] to retain it >>>")) | 198 | (progn (message "%s" (substitute-command-keys "<<< Press Space to bury the help buffer, Press \\[electric-help-retain] to retain it >>>")) |
| 199 | (if (equal (setq unread-command-events (list (read-event))) | 199 | (if (equal (setq unread-command-events (list (read-event))) |
| 200 | '(?\ )) | 200 | '(?\s)) |
| 201 | (progn (setq unread-command-events nil) | 201 | (progn (setq unread-command-events nil) |
| 202 | (throw 'exit t))))) | 202 | (throw 'exit t))))) |
| 203 | (let (up down both neither | 203 | (let (up down both neither |