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
c3bf675d
Commit
c3bf675d
authored
Jun 26, 2005
by
Luc Teirlinck
Browse files
(Faces): `facep' returns t for strings that are face names.
parent
33b79ce4
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
lispref/display.texi
lispref/display.texi
+5
-5
No files found.
lispref/display.texi
View file @
c3bf675d
...
...
@@ -1628,12 +1628,12 @@ particular parts of the text or the frame.
@cindex face id
Each face has its own @dfn{face number}, which distinguishes faces at
low levels within Emacs. However, for most purposes, you refer to
faces in Lisp programs by the
ir
names.
faces in Lisp programs by the
symbol that
names
them
.
@defun facep object
This function returns @code{t} if @var{object} is a face name s
ymbol (or
if it is a vector of the kind used internally to record
face data). It
returns @code{nil} otherwise.
This function returns @code{t} if @var{object} is a face name s
tring
or symbol (or
if it is a vector of the kind used internally to record
face data). It
returns @code{nil} otherwise.
@end defun
Each face name is meaningful for all frames, and by default it has the
...
...
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