Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
0540dc5e
Commit
0540dc5e
authored
Sep 27, 2002
by
Kenichi Handa
Browse files
(describe-face): Describe :fontset property too.
parent
57d83313
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
lisp/faces.el
lisp/faces.el
+2
-1
No files found.
lisp/faces.el
View file @
0540dc5e
...
...
@@ -1187,7 +1187,8 @@ If FRAME is omitted or nil, use the selected frame."
(
:box
.
"Box"
)
(
:inverse-video
.
"Inverse"
)
(
:stipple
.
"Stipple"
)
(
:font
.
"Font or fontset"
)
(
:font
.
"Font"
)
(
:fontset
.
"Fontset"
)
(
:inherit
.
"Inherit"
)))
(
max-width
(
apply
#'
max
(
mapcar
#'
(
lambda
(
x
)
(
length
(
cdr
x
)))
attrs
))))
...
...
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