]> git.eshelyaron.com Git - emacs.git/commitdiff
(Info-hide-note-references, Info-refill-paragraphs): Doc fixes.
authorGlenn Morris <rgm@gnu.org>
Sat, 30 Aug 2008 20:16:47 +0000 (20:16 +0000)
committerGlenn Morris <rgm@gnu.org>
Sat, 30 Aug 2008 20:16:47 +0000 (20:16 +0000)
lisp/ChangeLog
lisp/info.el

index d0b4024f2205f67ad47e298f943a769abcb44193..0f5188585856db7cfb88e981a685f3cfe7ae1f74 100644 (file)
@@ -1,5 +1,8 @@
 2008-08-30  Glenn Morris  <rgm@gnu.org>
 
+       * info.el (Info-hide-note-references, Info-refill-paragraphs):
+       Doc fixes.
+
        * apropos.el (apropos-command): Report documentation errors.
        * help-fns.el (describe-function-1): Handle broken aliases.  (Bug#825)
 
index 9f2935dfe3a1e2379dc4d9f90eeacc607b171e29..fada0045782e0ab16f7f02b9878b97d6c2f80f9c 100644 (file)
@@ -221,7 +221,8 @@ when you hit the end of the current node."
   "*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."
+`nil' completely disables this feature.  If this is non-nil, you might
+want to set `Info-refill-paragraphs'."
   :version "22.1"
   :type '(choice (const :tag "No hiding" nil)
                 (const :tag "Replace tag and hide reference" t)
@@ -232,7 +233,8 @@ If value is non-nil but not t or `hide', the reference section is still shown.
 (defcustom Info-refill-paragraphs nil
   "*If non-nil, attempt to refill paragraphs with hidden references.
 This refilling may accidentally remove explicit line breaks in the Info
-file, so be prepared for a few surprises if you enable this feature."
+file, so be prepared for a few surprises if you enable this feature.
+This only has an effect if `Info-hide-note-references' is non-nil."
   :version "22.1"
   :type 'boolean
   :group 'info)