[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/lispref/display.texi
From: |
Richard M . Stallman |
Subject: |
[Emacs-diffs] Changes to emacs/lispref/display.texi |
Date: |
Wed, 08 Jun 2005 11:33:11 -0400 |
Index: emacs/lispref/display.texi
diff -c emacs/lispref/display.texi:1.162 emacs/lispref/display.texi:1.163
*** emacs/lispref/display.texi:1.162 Wed Jun 8 03:18:35 2005
--- emacs/lispref/display.texi Wed Jun 8 15:33:10 2005
***************
*** 1795,1808 ****
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 according
! to @var{spec}. You should not quote the symbol @var{face}. The
argument @var{doc} specifies the face documentation. The keywords you
! can use in @code{defface} are the same ones that are meaningful in both
! @code{defgroup} and @code{defcustom} (@pxref{Common Keywords}).
When @code{defface} executes, it defines the face according to
@var{spec}, then uses any customizations that were read from the
--- 1795,1809 ----
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
! according to @var{spec}. You should not quote the symbol @var{face},
! and it should not end in @samp{-face} (that would be redundant). The
argument @var{doc} specifies the face documentation. The keywords you
! can use in @code{defface} are the same as in @code{defgroup} and
! @code{defcustom} (@pxref{Common Keywords}).
When @code{defface} executes, it defines the face according to
@var{spec}, then uses any customizations that were read from the
- [Emacs-diffs] Changes to emacs/lispref/display.texi, Juri Linkov, 2005/06/07
- [Emacs-diffs] Changes to emacs/lispref/display.texi,
Richard M . Stallman <=
- [Emacs-diffs] Changes to emacs/lispref/display.texi, Richard M . Stallman, 2005/06/18
- [Emacs-diffs] Changes to emacs/lispref/display.texi, Juri Linkov, 2005/06/21
- [Emacs-diffs] Changes to emacs/lispref/display.texi, Glenn Morris, 2005/06/22
- [Emacs-diffs] Changes to emacs/lispref/display.texi, Glenn Morris, 2005/06/23
- [Emacs-diffs] Changes to emacs/lispref/display.texi, Richard M . Stallman, 2005/06/23
- [Emacs-diffs] Changes to emacs/lispref/display.texi, Richard M . Stallman, 2005/06/23
- [Emacs-diffs] Changes to emacs/lispref/display.texi, Luc Teirlinck, 2005/06/25
- [Emacs-diffs] Changes to emacs/lispref/display.texi, Richard M . Stallman, 2005/06/26