* faces.el (help-argument-name): Always inherit from italic.

Fixes: debbugs:12213
This commit is contained in:
Chong Yidong
2012-08-26 10:57:07 +08:00
parent 0f46bc7515
commit 4c47bd1ecb
2 changed files with 6 additions and 1 deletions

View File

@@ -1,3 +1,8 @@
2012-08-26 Chong Yidong <cyd@gnu.org>
* faces.el (help-argument-name): Always inherit from italic
(Bug#12213).
2012-08-25 Martin Rudalics <rudalics@gmx.at>
* window.el (window--even-window-heights): Even heights when

View File

@@ -2444,7 +2444,7 @@ Note: Other faces cannot inherit from the cursor face."
:group 'menu
:group 'basic-faces)
(defface help-argument-name '((((supports :slant italic)) :inherit italic))
(defface help-argument-name '((t :inherit italic))
"Face to highlight argument names in *Help* buffers."
:group 'help)