* faces.el (help-argument-name): Always inherit from italic.
Fixes: debbugs:12213
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user