comparison lispref/display.texi @ 63782:a750e72f48e7

(Faces): Minor cleanup.
author Richard M. Stallman <rms@gnu.org>
date Sun, 26 Jun 2005 13:51:11 +0000
parents fd183c9e3b18
children 8bd575c72fe0 bb71c6cf2009
comparison
equal deleted inserted replaced
63781:99d460dc50ca 63782:a750e72f48e7
1626 particular parts of the text or the frame. 1626 particular parts of the text or the frame.
1627 1627
1628 @cindex face id 1628 @cindex face id
1629 Each face has its own @dfn{face number}, which distinguishes faces at 1629 Each face has its own @dfn{face number}, which distinguishes faces at
1630 low levels within Emacs. However, for most purposes, you refer to 1630 low levels within Emacs. However, for most purposes, you refer to
1631 faces in Lisp programs by the symbol that names them. 1631 faces in Lisp programs by the symbols that name them.
1632 1632
1633 @defun facep object 1633 @defun facep object
1634 This function returns @code{t} if @var{object} is a face name string 1634 This function returns @code{t} if @var{object} is a face name string
1635 or symbol (or if it is a vector of the kind used internally to record 1635 or symbol (or if it is a vector of the kind used internally to record
1636 face data). It returns @code{nil} otherwise. 1636 face data). It returns @code{nil} otherwise.