From dc13434291c53341351f3f47dd3b771ea6e47d6e Mon Sep 17 00:00:00 2001 From: Juri Linkov Date: Thu, 10 Jun 2004 04:23:24 +0000 Subject: [PATCH] (Lisp Eval): Add C-M-x on defface. --- man/building.texi | 2 ++ 1 file changed, 2 insertions(+) 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 -- 2.39.5