mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-24 07:20:37 +00:00
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
@ -300,7 +300,7 @@ Commands:
|
||||
|
||||
;;;###autoload
|
||||
(defun help-mode-finish ()
|
||||
"Exit Help Mode in the current buffer."
|
||||
"Finalize Help Mode setup in current buffer."
|
||||
(when (derived-mode-p 'help-mode)
|
||||
(setq buffer-read-only t)
|
||||
(help-make-xrefs (current-buffer))))
|
||||
|
Loading…
Reference in New Issue
Block a user