emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] emacs-25 6406618: Fix doc strings in info.el


From: Eli Zaretskii
Subject: [Emacs-diffs] emacs-25 6406618: Fix doc strings in info.el
Date: Sat, 25 Feb 2017 03:53:08 -0500 (EST)

branch: emacs-25
commit 640661838dbba8185990e839712c91a14641ddf3
Author: Eli Zaretskii <address@hidden>
Commit: Eli Zaretskii <address@hidden>

    Fix doc strings in info.el
    
    * lisp/info.el (Info-selection-hook, Info-mode-hook)
    (Info-edit-mode-hook): Doc fixes.  (Bug#25794)
---
 lisp/info.el | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/lisp/info.el b/lisp/info.el
index 3bbeb3d..40b2f90 100644
--- a/lisp/info.el
+++ b/lisp/info.el
@@ -367,17 +367,17 @@ with wrapping around the current Info node."
   ;; Try to obey obsolete Info-fontify settings.
   (unless (and (boundp 'Info-fontify) (null Info-fontify))
     '(turn-on-font-lock))
-  "Hooks run when `Info-mode' is called."
+  "Hook run when activating Info Mode."
   :type 'hook
   :group 'info)
 
 (defcustom Info-selection-hook nil
-  "Hooks run when `Info-select-node' is called."
+  "Hook run when an Info node is selected as the current node."
   :type 'hook
   :group 'info)
 
 (defvar Info-edit-mode-hook nil
-  "Hooks run when `Info-edit-mode' is called.")
+  "Hook run when `Info-edit-mode' is activated.")
 
 (make-obsolete-variable 'Info-edit-mode-hook
                        "editing Info nodes by hand is not recommended." "24.4")



reply via email to

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