From 048fa48b8d0919db129218cbfb1259b73f4ff9e6 Mon Sep 17 00:00:00 2001 From: Juanma Barranquero Date: Sat, 5 Jun 2004 01:49:53 +0000 Subject: [PATCH] (help-argument-name): Unconditionally inherit from 'italic (pending investigation of problem with `supports' in `defface'). --- lisp/help-fns.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.39.5