]> git.eshelyaron.com Git - emacs.git/commitdiff
(Lisp Eval): Add C-M-x on defface.
authorJuri Linkov <juri@jurta.org>
Thu, 10 Jun 2004 04:23:24 +0000 (04:23 +0000)
committerJuri Linkov <juri@jurta.org>
Thu, 10 Jun 2004 04:23:24 +0000 (04:23 +0000)
man/building.texi

index 994e3be3f592288dfe66e038cade4ca2fdb774df..f7c1883e0d369f5fd1fab9a45188c53037984553 100644 (file)
@@ -989,6 +989,8 @@ defines already has a value.  But @kbd{C-M-x} unconditionally resets the
 variable to the initial value specified in the @code{defvar} expression.
 @code{defcustom} expressions are treated similarly.
 This special feature is convenient for debugging Lisp programs.
+Typing @kbd{C-M-x} on a @code{defface} expression reinitializes
+the face according to the @code{defface} specification.
 
 @kindex C-x C-e
 @findex eval-last-sexp