]> git.eshelyaron.com Git - emacs.git/commitdiff
(Faces): `facep' returns t for strings that are face names.
authorLuc Teirlinck <teirllm@auburn.edu>
Sun, 26 Jun 2005 00:05:46 +0000 (00:05 +0000)
committerLuc Teirlinck <teirllm@auburn.edu>
Sun, 26 Jun 2005 00:05:46 +0000 (00:05 +0000)
lispref/display.texi

index aa3284ad0e4ec6cb861a73d2cde2d6f726fb4d43..fe0797f1a1c5a7e7833054985c3d68a624ba842d 100644 (file)
@@ -1628,12 +1628,12 @@ particular parts of the text or the frame.
 @cindex face id
 Each face has its own @dfn{face number}, which distinguishes faces at
 low levels within Emacs.  However, for most purposes, you refer to
-faces in Lisp programs by their names.
+faces in Lisp programs by the symbol that names them.
 
 @defun facep object
-This function returns @code{t} if @var{object} is a face name symbol (or
-if it is a vector of the kind used internally to record face data).  It
-returns @code{nil} otherwise.
+This function returns @code{t} if @var{object} is a face name string
+or symbol (or if it is a vector of the kind used internally to record
+face data).  It returns @code{nil} otherwise.
 @end defun
 
 Each face name is meaningful for all frames, and by default it has the
@@ -1795,7 +1795,7 @@ end of a line.
   The way to define a new face is with @code{defface}.  This creates a
 kind of customization item (@pxref{Customization}) which the user can
 customize using the Customization buffer (@pxref{Easy Customization,,,
-emacs, The GNU Emacs Manual}).  
+emacs, The GNU Emacs Manual}).
 
 @defmac defface face spec doc [keyword value]...
 This declares @var{face} as a customizable face that defaults