aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris <[email protected]>2008-08-30 20:16:47 +0000
committerGlenn Morris <[email protected]>2008-08-30 20:16:47 +0000
commita0b8485f47b1f10dbb4151c1925eff8577d98bab (patch)
tree6d11ada9f19f0c3a7dacfdad0e55f8f7ca92c260
parent9da97cf02076c52b73e865f52cf9887c50437ef4 (diff)
(Info-hide-note-references, Info-refill-paragraphs): Doc fixes.
-rw-r--r--lisp/ChangeLog3
-rw-r--r--lisp/info.el6
2 files changed, 7 insertions, 2 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index d0b4024f22..0f51885858 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,8 @@
2008-08-30 Glenn Morris <[email protected]>
+ * 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)
diff --git a/lisp/info.el b/lisp/info.el
index 9f2935dfe3..fada004578 100644
--- a/lisp/info.el
+++ b/lisp/info.el
@@ -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)