emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] master 5bbc55f: Add doc strings to 2 help-mode.el function


From: Eli Zaretskii
Subject: [Emacs-diffs] master 5bbc55f: Add doc strings to 2 help-mode.el functions
Date: Sat, 15 Aug 2015 08:27:24 +0000

branch: master
commit 5bbc55fcdb050e421286a6f9e51c7732cbf6eebe
Author: Eli Zaretskii <address@hidden>
Commit: Eli Zaretskii <address@hidden>

    Add doc strings to 2 help-mode.el functions
    
    * lisp/help-mode.el (help-mode-setup, help-mode-finish): Add doc
    strings.  (Bug#21263)
---
 lisp/help-mode.el |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/lisp/help-mode.el b/lisp/help-mode.el
index e1fc9fd..37847e2 100644
--- a/lisp/help-mode.el
+++ b/lisp/help-mode.el
@@ -294,11 +294,13 @@ Commands:
 
 ;;;###autoload
 (defun help-mode-setup ()
+  "Enter Help Mode in the current buffer."
   (help-mode)
   (setq buffer-read-only nil))
 
 ;;;###autoload
 (defun help-mode-finish ()
+  "Exit Help Mode in the 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]