diff options
| -rw-r--r-- | lisp/emacs-lisp/helper.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/emacs-lisp/helper.el b/lisp/emacs-lisp/helper.el index 9f9f1dc752e..23be7ae7e1c 100644 --- a/lisp/emacs-lisp/helper.el +++ b/lisp/emacs-lisp/helper.el | |||
| @@ -140,7 +140,7 @@ | |||
| 140 | (let ((continue t) c) | 140 | (let ((continue t) c) |
| 141 | (while continue | 141 | (while continue |
| 142 | (message "Help (Type ? for further options)") | 142 | (message "Help (Type ? for further options)") |
| 143 | (setq c (char-to-string (downcase (read-char)))) | 143 | (setq c (read-key-sequence nil)) |
| 144 | (setq c (lookup-key Helper-help-map c)) | 144 | (setq c (lookup-key Helper-help-map c)) |
| 145 | (cond ((eq c 'Helper-help-options) | 145 | (cond ((eq c 'Helper-help-options) |
| 146 | (Helper-help-options)) | 146 | (Helper-help-options)) |