mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-23 07:19:15 +00:00
(disabled-command-hook): Set help-mode in *Help* buffer.
This commit is contained in:
parent
6d94c1b4cb
commit
ea1650729f
@ -71,7 +71,10 @@
|
||||
Space to try the command just this once,
|
||||
but leave it disabled,
|
||||
Y to try it and enable it (no questions if you use it again),
|
||||
N to do nothing (command remains disabled)."))
|
||||
N to do nothing (command remains disabled).")
|
||||
(save-excursion
|
||||
(set-buffer standard-output)
|
||||
(help-mode)))
|
||||
(message "Type y, n or Space: ")
|
||||
(let ((cursor-in-echo-area t))
|
||||
(while (not (memq (setq char (downcase (read-char)))
|
||||
|
Loading…
Reference in New Issue
Block a user