# HG changeset patch # User Dave Love # Date 937231623 0 # Node ID 60a23f3bd0cc17d3340d4533bb0b26307b53ec1d # Parent 63094dd28174741537ad8545434d4386c146c9ce (help-highlight-p): Doc fix. diff -r 63094dd28174 -r 60a23f3bd0cc lisp/help.el --- 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)