diff options
Diffstat (limited to 'lisp/help-macro.el')
| -rw-r--r-- | lisp/help-macro.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/help-macro.el b/lisp/help-macro.el index 19add581969..567b2c1a2f1 100644 --- a/lisp/help-macro.el +++ b/lisp/help-macro.el | |||
| @@ -143,7 +143,7 @@ and then returns." | |||
| 143 | (help-mode) | 143 | (help-mode) |
| 144 | (goto-char (point-min)) | 144 | (goto-char (point-min)) |
| 145 | (while (or (memq char (append help-event-list | 145 | (while (or (memq char (append help-event-list |
| 146 | (cons help-char '(?? ?\C-v ?\ ?\177 delete backspace vertical-scroll-bar ?\M-v)))) | 146 | (cons help-char '(?? ?\C-v ?\s ?\177 delete backspace vertical-scroll-bar ?\M-v)))) |
| 147 | (eq (car-safe char) 'switch-frame) | 147 | (eq (car-safe char) 'switch-frame) |
| 148 | (equal key "\M-v")) | 148 | (equal key "\M-v")) |
| 149 | (condition-case nil | 149 | (condition-case nil |