emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master 7047d36: Fix doc-string of `help-mode-finish'.


From: Martin Rudalics
Subject: [Emacs-diffs] master 7047d36: Fix doc-string of `help-mode-finish'.
Date: Wed, 19 Aug 2015 09:33:48 +0000

branch: master
commit 7047d3642fb20955b83c1dfb3d5a70d869072731
Author: Martin Rudalics <address@hidden>
Commit: Martin Rudalics <address@hidden>

    Fix doc-string of `help-mode-finish'.
    
    * lisp/help-mode.el (help-mode-finish): Fix doc-string.
---
 lisp/help-mode.el |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/lisp/help-mode.el b/lisp/help-mode.el
index 37847e2..22e5386 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))))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]