From: Richard M. Stallman Date: Sat, 29 Dec 2007 19:10:34 +0000 (+0000) Subject: (facep): Doc fix. X-Git-Tag: emacs-pretest-22.1.90~209 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=20d29b0bbc8650957cf62643ff8e6683709693c5;p=emacs.git (facep): Doc fix. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 5aa604aebc7..5da1bb7b6c6 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,7 @@ 2007-12-29 Richard Stallman + * faces.el (facep): Doc fix. + * startup.el (fancy-startup-tail, fancy-about-text) (fancy-startup-text): Regularize format of face property. diff --git a/lisp/faces.el b/lisp/faces.el index a1b069e9ba6..ed319b77b08 100644 --- a/lisp/faces.el +++ b/lisp/faces.el @@ -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))