mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-12-23 10:34:07 +00:00
(Helper-help): Use read-key-sequence.
This commit is contained in:
parent
32e986d4b3
commit
3c61e53471
@ -140,7 +140,7 @@
|
||||
(let ((continue t) c)
|
||||
(while continue
|
||||
(message "Help (Type ? for further options)")
|
||||
(setq c (char-to-string (downcase (read-char))))
|
||||
(setq c (read-key-sequence nil))
|
||||
(setq c (lookup-key Helper-help-map c))
|
||||
(cond ((eq c 'Helper-help-options)
|
||||
(Helper-help-options))
|
||||
|
Loading…
Reference in New Issue
Block a user