(Defining Faces): Fix previous change.
This commit is contained in:
parent
fae7f7ebd8
commit
f6be091c47
2 changed files with 6 additions and 2 deletions
|
|
@ -1,3 +1,7 @@
|
|||
2007-07-16 Richard Stallman <rms@gnu.org>
|
||||
|
||||
* display.texi (Defining Faces): Fix previous change.
|
||||
|
||||
2007-07-10 Richard Stallman <rms@gnu.org>
|
||||
|
||||
* display.texi (Defining Faces): Explain C-M-x feature for defface.
|
||||
|
|
|
|||
|
|
@ -1760,10 +1760,10 @@ When @code{defface} executes, it defines the face according to
|
|||
@var{spec}, then uses any customizations that were read from the
|
||||
init file (@pxref{Init File}) to override that specification.
|
||||
|
||||
When you evaluate a @code{defcustom} form with @kbd{C-M-x} in Emacs
|
||||
When you evaluate a @code{defface} form with @kbd{C-M-x} in Emacs
|
||||
Lisp mode (@code{eval-defun}), a special feature of @code{eval-defun}
|
||||
overrides any customizations of the face. This way, the face reflects
|
||||
exactly what the @code{defcustom} says.
|
||||
exactly what the @code{defface} says.
|
||||
|
||||
The purpose of @var{spec} is to specify how the face should appear on
|
||||
different kinds of terminals. It should be an alist whose elements
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue