From: Dave Love Date: Mon, 13 Sep 1999 14:07:03 +0000 (+0000) Subject: (help-highlight-p): Doc fix. X-Git-Tag: emacs-pretest-21.0.90~6753 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=510df933de04aa8df840ecf06121565da8b4cc87;p=emacs.git (help-highlight-p): Doc fix. --- diff --git a/lisp/help.el b/lisp/help.el index 957a0fc637f..7e5f9a4396d 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)