diff options
author | Juanma Barranquero <lekktu@gmail.com> | 2004-06-05 01:49:53 +0000 |
---|---|---|
committer | Juanma Barranquero <lekktu@gmail.com> | 2004-06-05 01:49:53 +0000 |
commit | 048fa48b8d0919db129218cbfb1259b73f4ff9e6 (patch) | |
tree | d109d901a7af2a0613383bbc2c4447bec87d3e93 /lisp/help-fns.el | |
parent | f9711de4add6c31c2d9b8c715229743dc435b220 (diff) | |
download | emacs-048fa48b8d0919db129218cbfb1259b73f4ff9e6.tar.gz |
(help-argument-name): Unconditionally inherit from 'italic (pending
investigation of problem with `supports' in `defface').
Diffstat (limited to 'lisp/help-fns.el')
-rw-r--r-- | lisp/help-fns.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/help-fns.el b/lisp/help-fns.el index 03ea5bef653..e8655e8f972 100644 --- a/lisp/help-fns.el +++ b/lisp/help-fns.el @@ -238,7 +238,7 @@ KIND should be `var' for a variable or `subr' for a subroutine." file))))) ;;;###autoload -(defface help-argument-name '((((supports :slant italic)) :inherit italic)) +(defface help-argument-name '((t :inherit italic)) "Face to highlight argument names in *Help* buffers.") (defun help-default-arg-highlight (arg) |