changeset 55916:3eee174166a8

(help-argument-name): Unconditionally inherit from 'italic (pending investigation of problem with `supports' in `defface').
author Juanma Barranquero <lekktu@gmail.com>
date Sat, 05 Jun 2004 01:49:53 +0000
parents d155bcee721b
children c711785d4172
files lisp/help-fns.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/help-fns.el	Sat Jun 05 00:43:47 2004 +0000
+++ b/lisp/help-fns.el	Sat Jun 05 01:49:53 2004 +0000
@@ -238,7 +238,7 @@
 	  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)