(Info-summary): Clear buffer-read-only.

This commit is contained in:
Richard M. Stallman 1998-02-17 03:56:42 +00:00
parent d2c2b88383
commit 881c84c72a

View file

@ -1518,6 +1518,7 @@ Give a blank topic name to go to the Index node itself."
(interactive)
(save-window-excursion
(switch-to-buffer "*Help*")
(setq buffer-read-only nil)
(erase-buffer)
(insert (documentation 'Info-mode))
(help-mode)