]> git.eshelyaron.com Git - emacs.git/commitdiff
(facep): Doc fix.
authorRichard M. Stallman <rms@gnu.org>
Sat, 29 Dec 2007 19:10:34 +0000 (19:10 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sat, 29 Dec 2007 19:10:34 +0000 (19:10 +0000)
lisp/ChangeLog
lisp/faces.el

index 5aa604aebc7fd0d544bd2074d5f65637039a8d3d..5da1bb7b6c6ad3e7c26137985d0fe334519d1dc6 100644 (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.
 
index a1b069e9ba6f30501f95a6692868c178a1f5d28c..ed319b77b0881522ddfb162cf26608b41ac88fae 100644 (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))