From: Luc Teirlinck Date: Sat, 25 Jun 2005 23:48:27 +0000 (+0000) Subject: (facep): Doc fix. X-Git-Tag: emacs-pretest-22.0.90~8634 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=2b4c3124571529e0da6c01c74ce6b58cbcd55fce;p=emacs.git (facep): Doc fix. --- diff --git a/lisp/faces.el b/lisp/faces.el index 82740afa80d..b7d06513fd8 100644 --- a/lisp/faces.el +++ b/lisp/faces.el @@ -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))