changeset 56007:8446511392c6

(Lisp Eval): Add C-M-x on defface.
author Juri Linkov <juri@jurta.org>
date Thu, 10 Jun 2004 04:23:24 +0000
parents 21eb4b5cef9a
children fc83acd9c428
files man/building.texi
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/man/building.texi	Thu Jun 10 04:21:14 2004 +0000
+++ b/man/building.texi	Thu Jun 10 04:23:24 2004 +0000
@@ -989,6 +989,8 @@
 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