Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
31c8b366
Commit
31c8b366
authored
Jun 22, 2005
by
Glenn Morris
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(Face Functions): Mention face aliases.
parent
a1ef2eab
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
0 deletions
+11
-0
lispref/display.texi
lispref/display.texi
+11
-0
No files found.
lispref/display.texi
View file @
31c8b366
...
...
@@ -2523,6 +2523,17 @@ This returns non-@code{nil} if the face @var{face} displays
differently from the default face.
@end defun
@cindex face alias
A @dfn{face alias} provides an equivalent name for a face. You can
define a face alias by giving the alias symbol the @code{face-alias}
property, with a value of the target face name. The following example
makes @code{modeline} an alias for the @code{mode-line} face.
@example
(put '
modeline
'face-alias '
mode
-
line
)
@
end
example
@
node
Auto
Faces
@
subsection
Automatic
Face
Assignment
@
cindex
automatic
face
assignment
...
...
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