# HG changeset patch # User Richard M. Stallman # Date 1198955426 0 # Node ID a926997ba2daaccf6ce5897c3b1690c86f744cfd # Parent df81331026ae461f50d6da7051a551caf4f76729 (facep): Doc fix. diff -r df81331026ae -r a926997ba2da lisp/faces.el --- a/lisp/faces.el Sat Dec 29 19:04:53 2007 +0000 +++ b/lisp/faces.el Sat Dec 29 19:10:26 2007 +0000 @@ -206,10 +206,8 @@ ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; (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))