diff options
| author | Karl Heuer <kwzh@gnu.org> | 1994-11-09 05:49:52 +0000 |
|---|---|---|
| committer | Karl Heuer <kwzh@gnu.org> | 1994-11-09 05:49:52 +0000 |
| commit | 9d29f94cfb8cfab48f4140645a7262ffd53eba60 (patch) | |
| tree | d56f63ab02d9ca84f1d8e86178fe96917a26900c | |
| parent | 6ec1c571bb5b77585bf3cae95f70b9d9ae94f9d4 (diff) | |
| download | emacs-9d29f94cfb8cfab48f4140645a7262ffd53eba60.tar.gz | |
(Info-summary): Set help-mode in *Help* buffer.
| -rw-r--r-- | lisp/info.el | 1 |
1 files changed, 1 insertions, 0 deletions
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)))) |
