]> git.eshelyaron.com Git - emacs.git/commitdiff
(disabled-command-hook): Set help-mode in *Help* buffer.
authorKarl Heuer <kwzh@gnu.org>
Wed, 9 Nov 1994 05:48:50 +0000 (05:48 +0000)
committerKarl Heuer <kwzh@gnu.org>
Wed, 9 Nov 1994 05:48:50 +0000 (05:48 +0000)
lisp/novice.el

index 1e611ce049085614453a30eac9b519caec5c5161..ad9fc94655c95c5feab8e46875c92d610b18d136 100644 (file)
 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)))