changeset 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 0ea08b2be8d2
children d410189413d7
files lisp/help-fns.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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)