]> git.eshelyaron.com Git - emacs.git/commitdiff
* faces.el (help-argument-name): Always inherit from italic.
authorChong Yidong <cyd@gnu.org>
Sun, 26 Aug 2012 02:57:07 +0000 (10:57 +0800)
committerChong Yidong <cyd@gnu.org>
Sun, 26 Aug 2012 02:57:07 +0000 (10:57 +0800)
Fixes: debbugs:12213
lisp/ChangeLog
lisp/faces.el

index 94ad0badad05bbd01cc4c737ab4752a40f0a8ad5..7b789ad64ede34084b08501a4b6261e3c1f776db 100644 (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
index 2e1ba7798e9b39aaa6380b5225fe020d2cd0a62e..6a477e172e1951aa4cb87e53b8f62b086b76d25c 100644 (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)