(Info-summary): Set help-mode in *Help* buffer.
This commit is contained in:
parent
6ec1c571bb
commit
9d29f94cfb
1 changed files with 1 additions and 0 deletions
|
@ -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))))
|
||||
|
|
Loading…
Add table
Reference in a new issue