(help-argument-name): Unconditionally inherit from 'italic (pending
authorJuanma Barranquero <lekktu@gmail.com>
Sat, 5 Jun 2004 01:49:53 +0000 (01:49 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Sat, 5 Jun 2004 01:49:53 +0000 (01:49 +0000)
investigation of problem with `supports' in `defface').

lisp/help-fns.el

index 03ea5be..e8655e8 100644 (file)
@@ -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)