# HG changeset patch # User Juanma Barranquero # Date 1086558133 0 # Node ID 519edd4537807fbd8c1576b0bc77d5d44a7ff4b8 # Parent 0ea08b2be8d2e57df0edec59b6241ab9772d493d (help-argument-name): Inherit from italic face only if the frame supports it. diff -r 0ea08b2be8d2 -r 519edd453780 lisp/help-fns.el --- 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)