diff lisp/help.el @ 25689:60a23f3bd0cc

(help-highlight-p): Doc fix.
author Dave Love <fx@gnu.org>
date Mon, 13 Sep 1999 14:07:03 +0000
parents d1251e911451
children 3c430bda7857
line wrap: on
line diff
--- a/lisp/help.el	Mon Sep 13 14:02:54 1999 +0000
+++ b/lisp/help.el	Mon Sep 13 14:07:03 1999 +0000
@@ -940,8 +940,7 @@
 (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)