1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-04-27 08:43:40 -07:00

(help-argument-name): Inherit from italic face only if the frame

supports it.
This commit is contained in:
Juanma Barranquero 2004-06-06 21:44:22 +00:00
parent fcf0d299cd
commit 8c1138beaf
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2004-06-06 Juanma Barranquero <lektu@terra.es>
* help-fns.el (help-argument-name): Inherit from italic face only
if the frame supports it.
2004-06-06 Jan Dj,Ad(Brv <jan.h.d@swipnet.se>
* toolbar/alias.pbm toolbar/close.pbm toolbar/copy.pbm toolbar/cut.pbm

View file

@ -238,7 +238,7 @@ KIND should be `var' for a variable or `subr' for a subroutine."
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)