]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix doc-string of `help-mode-finish'.
authorMartin Rudalics <rudalics@gmx.at>
Wed, 19 Aug 2015 09:33:25 +0000 (11:33 +0200)
committerMartin Rudalics <rudalics@gmx.at>
Wed, 19 Aug 2015 09:33:25 +0000 (11:33 +0200)
* lisp/help-mode.el (help-mode-finish): Fix doc-string.

lisp/help-mode.el

index 37847e202792bb2fb8dac204ff705ec394d3e62b..22e5386bedc725181d17bc167db38ab7d9659e5a 100644 (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))))