summaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
Diffstat (limited to 'lisp')
-rw-r--r--lisp/help-mode.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/help-mode.el b/lisp/help-mode.el
index 37847e20279..22e5386bedc 100644
--- a/lisp/help-mode.el
+++ b/lisp/help-mode.el
@@ -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))))