From: Richard M. Stallman Date: Wed, 22 Apr 1998 02:08:02 +0000 (+0000) Subject: (help-highlight-face): Use `face' as custom type. X-Git-Tag: emacs-20.3~1378 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=7f082394b427860b7af27a535311b4e34451a60e;p=emacs.git (help-highlight-face): Use `face' as custom type. --- diff --git a/lisp/help.el b/lisp/help.el index 3168b92443c..7c3e94f8f0c 100644 --- a/lisp/help.el +++ b/lisp/help.el @@ -843,7 +843,7 @@ references look like cross-references in info mode." Must be previously-defined." :group 'help :version "20.3" - :type 'symbol) + :type 'face) (defvar help-back-label "[back]" "Label to use by `help-make-xrefs' for the go-back reference.")