[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/lispref/display.texi,v
From: |
Miles Bader |
Subject: |
[Emacs-diffs] Changes to emacs/lispref/display.texi,v |
Date: |
Sun, 15 Jul 2007 01:51:03 +0000 |
CVSROOT: /cvsroot/emacs
Module name: emacs
Changes by: Miles Bader <miles> 07/07/15 01:50:59
Index: lispref/display.texi
===================================================================
RCS file: /cvsroot/emacs/emacs/lispref/display.texi,v
retrieving revision 1.265
retrieving revision 1.266
diff -u -b -r1.265 -r1.266
--- lispref/display.texi 15 Jun 2007 10:05:25 -0000 1.265
+++ lispref/display.texi 15 Jul 2007 01:50:57 -0000 1.266
@@ -1760,6 +1760,11 @@
@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
+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.
+
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
have the form @code{(@var{display} @var{atts})}. Each element's
- [Emacs-diffs] Changes to emacs/lispref/display.texi,v,
Miles Bader <=