emacs-diffs
[Top][All Lists]
Advanced

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

emacs-27 65078e0: * lisp/info.el (Info-hide-note-references): Doc fix. (


From: Eli Zaretskii
Subject: emacs-27 65078e0: * lisp/info.el (Info-hide-note-references): Doc fix. (Bug#44043)
Date: Sat, 17 Oct 2020 03:32:42 -0400 (EDT)

branch: emacs-27
commit 65078e0a760950783e56f6765465a59bd642e8e4
Author: Eli Zaretskii <eliz@gnu.org>
Commit: Eli Zaretskii <eliz@gnu.org>

    * lisp/info.el (Info-hide-note-references): Doc fix.  (Bug#44043)
---
 lisp/info.el | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/lisp/info.el b/lisp/info.el
index 033a7a5..13c57bd 100644
--- a/lisp/info.el
+++ b/lisp/info.el
@@ -305,10 +305,11 @@ when you hit the end of the current node."
 
 (defcustom Info-hide-note-references t
   "If non-nil, hide the tag and section reference in *note and * menu items.
-If value is non-nil but not `hide', also replaces the \"*note\" with \"see\".
-If value is non-nil but not t or `hide', the reference section is still shown.
-nil completely disables this feature.  If this is non-nil, you might
-want to set `Info-refill-paragraphs'."
+If the value is t, the default, replace \"*note\" with \"see\".
+If the value is `hide', remove \"*note\" without replacing it with anything.
+If value is non-nil, but not t or `hide', the reference section is still shown.
+nil completely disables this feature, leaving the original \"*note\" visible.
+If this is non-nil, you may wish setting `Info-refill-paragraphs' non-nil."
   :version "22.1"
   :type '(choice (const :tag "No hiding" nil)
                 (const :tag "Replace tag and hide reference" t)



reply via email to

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