From 20d29b0bbc8650957cf62643ff8e6683709693c5 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sat, 29 Dec 2007 19:10:34 +0000 Subject: (facep): Doc fix. --- lisp/ChangeLog | 2 ++ lisp/faces.el | 6 ++---- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 5aa604aebc..5da1bb7b6c 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 a1b069e9ba..ed319b77b0 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)) -- cgit v1.2.3