]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/info.el (Info-hide-note-references): Doc fix. (Bug#44043)
authorEli Zaretskii <eliz@gnu.org>
Sat, 17 Oct 2020 07:32:26 +0000 (10:32 +0300)
committerEli Zaretskii <eliz@gnu.org>
Sat, 17 Oct 2020 07:32:26 +0000 (10:32 +0300)
lisp/info.el

index 033a7a5cbb5b9a850a800a0b435d269d058bfa77..13c57bdcd139b196beb8e3338c0ab767fb7f5252 100644 (file)
@@ -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)