Mercurial > emacs
changeset 21698:9ebbb53c1c20
(help-highlight-face): Use `face' as custom type.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Wed, 22 Apr 1998 02:08:02 +0000 |
parents | ecfe9bc12b7f |
children | 0efd327e498c |
files | lisp/help.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/help.el Tue Apr 21 18:56:02 1998 +0000 +++ b/lisp/help.el Wed Apr 22 02:08:02 1998 +0000 @@ -843,7 +843,7 @@ 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.")