Mercurial > emacs
changeset 79651:a926997ba2da
(facep): Doc fix.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sat, 29 Dec 2007 19:10:26 +0000 |
parents | df81331026ae |
children | ec8eb07f75bf |
files | lisp/faces.el |
diffstat | 1 files changed, 2 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- 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))