From: Karl Heuer Date: Wed, 9 Nov 1994 05:49:52 +0000 (+0000) Subject: (Info-summary): Set help-mode in *Help* buffer. X-Git-Tag: emacs-19.34~6003 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=9d29f94cfb8cfab48f4140645a7262ffd53eba60;p=emacs.git (Info-summary): Set help-mode in *Help* buffer. --- diff --git a/lisp/info.el b/lisp/info.el index 000ceb77138..39f67b020c6 100644 --- a/lisp/info.el +++ b/lisp/info.el @@ -1302,6 +1302,7 @@ Give a blank topic name to go to the Index node itself." (switch-to-buffer "*Help*") (erase-buffer) (insert (documentation 'Info-mode)) + (help-mode) (goto-char (point-min)) (let (ch flag) (while (progn (setq flag (not (pos-visible-in-window-p (point-max))))