aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDave Love <[email protected]>1999-09-13 14:07:03 +0000
committerDave Love <[email protected]>1999-09-13 14:07:03 +0000
commit510df933de04aa8df840ecf06121565da8b4cc87 (patch)
tree4f6cb1c6c8b2e16a6b9c900927395eaf0677c3c5
parent16b34e086d2a8db9e6396a5d7a8e2b5aea9c3525 (diff)
(help-highlight-p): Doc fix.
-rw-r--r--lisp/help.el3
1 files changed, 1 insertions, 2 deletions
diff --git a/lisp/help.el b/lisp/help.el
index 957a0fc637..7e5f9a4396 100644
--- a/lisp/help.el
+++ b/lisp/help.el
@@ -940,8 +940,7 @@ and the file name is displayed in the echo area."
(defcustom help-highlight-p t
"*If non-nil, `help-make-xrefs' highlight cross-references.
Under a window system it highlights them with face defined by
-`help-highlight-face'. On a character terminal highlighted
-references look like cross-references in info mode."
+`help-highlight-face'."
:group 'help
:version "20.3"
:type 'boolean)