(facep): Doc fix.

This commit is contained in:
Richard M. Stallman 2007-12-29 19:10:34 +00:00
parent 422abbfd22
commit 20d29b0bbc
2 changed files with 4 additions and 4 deletions

View file

@ -1,5 +1,7 @@
2007-12-29 Richard Stallman <rms@gnu.org>
* faces.el (facep): Doc fix.
* startup.el (fancy-startup-tail, fancy-about-text)
(fancy-startup-text): Regularize format of face property.

View file

@ -206,10 +206,8 @@ The optional argument FRAME is ignored."
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
(defun facep (face)
"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."
"Return non-nil if FACE is a face name; nil otherwise.
A face name can be a string or a symbol."
(internal-lisp-face-p face))