/[emacs]/emacs/lisp/faces.el
ViewVC logotype

Diff of /emacs/lisp/faces.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.324 by rms, Thu Jun 23 21:24:58 2005 UTC revision 1.325 by teirllm, Sat Jun 25 23:48:27 2005 UTC
# Line 204  If NAME is already a face, it is simply Line 204  If NAME is already a face, it is simply
204  ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;  ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
205    
206  (defun facep (face)  (defun facep (face)
207    "Return non-nil if FACE is a face name."    "Return non-nil if FACE is a face name or internal face object.
208    Return nil otherwise.  A face name can be a string or a symbol.
209    An internal face object is a vector of the kind used internally
210    to record face data."
211    (internal-lisp-face-p face))    (internal-lisp-face-p face))
212    
213    

Legend:
Removed from v.1.324  
changed lines
  Added in v.1.325

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26