changeset 9849:430b8cf09515

(disabled-command-hook): Set help-mode in *Help* buffer.
author Karl Heuer <kwzh@gnu.org>
date Wed, 09 Nov 1994 05:48:50 +0000
parents 1365bc291f4c
children 62c0e8317ce2
files lisp/novice.el
diffstat 1 files changed, 4 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/novice.el	Wed Nov 09 05:48:21 1994 +0000
+++ b/lisp/novice.el	Wed Nov 09 05:48:50 1994 +0000
@@ -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)))