1
0
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:
Martin Rudalics 2015-08-19 11:33:25 +02:00
parent 19cdde4aea
commit 7047d3642f

View File

@ -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))))