Mercurial > emacs
changeset 25689:60a23f3bd0cc
(help-highlight-p): Doc fix.
author | Dave Love <fx@gnu.org> |
---|---|
date | Mon, 13 Sep 1999 14:07:03 +0000 |
parents | 63094dd28174 |
children | 0e71134aaba2 |
files | lisp/help.el |
diffstat | 1 files changed, 1 insertions(+), 2 deletions(-) [+] |
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)