diff lisp/emacs-lisp/lisp-mode.el @ 78096:8e308ce2d884

(eval-defun): Explain special handling of `defface'.
author Richard M. Stallman <rms@gnu.org>
date Tue, 10 Jul 2007 01:07:03 +0000
parents 36ddacf0d44b
children b22beb3e496f a66921565bcb
line wrap: on
line diff
--- a/lisp/emacs-lisp/lisp-mode.el	Tue Jul 10 01:05:49 2007 +0000
+++ b/lisp/emacs-lisp/lisp-mode.el	Tue Jul 10 01:07:03 2007 +0000
@@ -730,7 +730,9 @@
 evaluating it this way resets the variable using its initial value
 expression even if the variable already has some other value.
 \(Normally `defvar' and `defcustom' do not alter the value if there
-already is one.)
+already is one.)  In an analogous way, evaluating a `defface'
+overrides any customizations of the face, so that it becomes
+defined exactly as the `defface' expression says.
 
 If `eval-expression-debug-on-error' is non-nil, which is the default,
 this command arranges for all errors to enter the debugger.