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
2b4c3124
Commit
2b4c3124
authored
Jun 25, 2005
by
Luc Teirlinck
Browse files
(facep): Doc fix.
parent
a68d870b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletion
+4
-1
lisp/faces.el
lisp/faces.el
+4
-1
No files found.
lisp/faces.el
View file @
2b4c3124
...
...
@@ -204,7 +204,10 @@ If NAME is already a face, it is simply returned."
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
(
defun
facep
(
face
)
"Return non-nil if FACE is a face name."
"Return non-nil if FACE is a face name or internal face object.
Return nil otherwise. A face name can be a string or a symbol.
An internal face object is a vector of the kind used internally
to record face data."
(
internal-lisp-face-p
face
))
...
...
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