Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
4c47bd1e
Commit
4c47bd1e
authored
Aug 26, 2012
by
Chong Yidong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* faces.el (help-argument-name): Always inherit from italic.
Fixes: debbugs:12213
parent
0f46bc75
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletion
+6
-1
lisp/ChangeLog
lisp/ChangeLog
+5
-0
lisp/faces.el
lisp/faces.el
+1
-1
No files found.
lisp/ChangeLog
View file @
4c47bd1e
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
...
...
lisp/faces.el
View file @
4c47bd1e
...
...
@@ -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
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment