From: Juri Linkov Date: Thu, 10 Jun 2004 04:23:24 +0000 (+0000) Subject: (Lisp Eval): Add C-M-x on defface. X-Git-Tag: ttn-vms-21-2-B4~5854 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=dc13434291c53341351f3f47dd3b771ea6e47d6e;p=emacs.git (Lisp Eval): Add C-M-x on defface. --- diff --git a/man/building.texi b/man/building.texi index 994e3be3f59..f7c1883e0d3 100644 --- a/man/building.texi +++ b/man/building.texi @@ -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