Fix doc-string of `help-mode-finish'.
* lisp/help-mode.el (help-mode-finish): Fix doc-string.
This commit is contained in:
parent
19cdde4aea
commit
7047d3642f
1 changed files with 1 additions and 1 deletions
|
|
@ -300,7 +300,7 @@ Commands:
|
||||||
|
|
||||||
;;;###autoload
|
;;;###autoload
|
||||||
(defun help-mode-finish ()
|
(defun help-mode-finish ()
|
||||||
"Exit Help Mode in the current buffer."
|
"Finalize Help Mode setup in current buffer."
|
||||||
(when (derived-mode-p 'help-mode)
|
(when (derived-mode-p 'help-mode)
|
||||||
(setq buffer-read-only t)
|
(setq buffer-read-only t)
|
||||||
(help-make-xrefs (current-buffer))))
|
(help-make-xrefs (current-buffer))))
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue