summaryrefslogtreecommitdiff
path: root/lisp/novice.el
diff options
context:
space:
mode:
authorKarl Heuer <kwzh@gnu.org>1994-11-09 05:48:50 +0000
committerKarl Heuer <kwzh@gnu.org>1994-11-09 05:48:50 +0000
commitea1650729fa9f75ceaa4b4ef02622ef3fa78c6eb (patch)
tree399bcd008cdc6ddb42978a87274cefac070d82a4 /lisp/novice.el
parent6d94c1b4cbe63d791e81b701822678ede5542918 (diff)
downloademacs-ea1650729fa9f75ceaa4b4ef02622ef3fa78c6eb.tar.gz
(disabled-command-hook): Set help-mode in *Help* buffer.
Diffstat (limited to 'lisp/novice.el')
-rw-r--r--lisp/novice.el5
1 files changed, 4 insertions, 1 deletions
diff --git a/lisp/novice.el b/lisp/novice.el
index 1e611ce0490..ad9fc94655c 100644
--- a/lisp/novice.el
+++ b/lisp/novice.el
@@ -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)))