changeset 63775:7878662e4c72

(facep): Doc fix.
author Luc Teirlinck <teirllm@auburn.edu>
date Sat, 25 Jun 2005 23:48:27 +0000
parents ab5140e18bc9
children 73496cbd3e25
files lisp/faces.el
diffstat 1 files changed, 4 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/faces.el	Sat Jun 25 22:38:44 2005 +0000
+++ b/lisp/faces.el	Sat Jun 25 23:48:27 2005 +0000
@@ -204,7 +204,10 @@
 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
 
 (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))