Index: emacs/lispref/display.texi
diff -c emacs/lispref/display.texi:1.169 emacs/lispref/display.texi:1.170
*** emacs/lispref/display.texi:1.169 Fri Jun 24 01:47:16 2005
--- emacs/lispref/display.texi Sun Jun 26 00:05:46 2005
***************
*** 1628,1639 ****
@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.
@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.
@end defun
Each face name is meaningful for all frames, and by default it has the
--- 1628,1639 ----
@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 the symbol that names them.
@defun facep object
! 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,1801 ****
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}).
@defmac defface face spec doc [keyword value]...
This declares @var{face} as a customizable face that defaults
--- 1795,1801 ----
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}).
@defmac defface face spec doc [keyword value]...
This declares @var{face} as a customizable face that defaults
_______________________________________________
Emacs-diffs mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-diffs