diff lisp/help-fns.el @ 55958:519edd453780

(help-argument-name): Inherit from italic face only if the frame supports it.
author Juanma Barranquero <lekktu@gmail.com>
date Sun, 06 Jun 2004 21:42:13 +0000
parents 039192c37cca
children 69c4e722e542 4c90ffeb71c5
line wrap: on
line diff
--- a/lisp/help-fns.el	Sun Jun 06 20:54:15 2004 +0000
+++ b/lisp/help-fns.el	Sun Jun 06 21:42:13 2004 +0000
@@ -238,7 +238,7 @@
 	  file)))))
 
 ;;;###autoload
-(defface help-argument-name '((t :inherit italic))
+(defface help-argument-name '((((supports :slant italic)) :inherit italic))
   "Face to highlight argument names in *Help* buffers."
   :group 'help)