(Info-summary): Clear buffer-read-only.
This commit is contained in:
parent
d2c2b88383
commit
881c84c72a
1 changed files with 1 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue