comparison man/building.texi @ 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 66ec9893d229
children 00b9078008ef 4c90ffeb71c5
comparison
equal deleted inserted replaced
56006:21eb4b5cef9a 56007:8446511392c6
987 evaluating a @code{defvar} expression does nothing if the variable it 987 evaluating a @code{defvar} expression does nothing if the variable it
988 defines already has a value. But @kbd{C-M-x} unconditionally resets the 988 defines already has a value. But @kbd{C-M-x} unconditionally resets the
989 variable to the initial value specified in the @code{defvar} expression. 989 variable to the initial value specified in the @code{defvar} expression.
990 @code{defcustom} expressions are treated similarly. 990 @code{defcustom} expressions are treated similarly.
991 This special feature is convenient for debugging Lisp programs. 991 This special feature is convenient for debugging Lisp programs.
992 Typing @kbd{C-M-x} on a @code{defface} expression reinitializes
993 the face according to the @code{defface} specification.
992 994
993 @kindex C-x C-e 995 @kindex C-x C-e
994 @findex eval-last-sexp 996 @findex eval-last-sexp
995 The command @kbd{C-x C-e} (@code{eval-last-sexp}) evaluates the Lisp 997 The command @kbd{C-x C-e} (@code{eval-last-sexp}) evaluates the Lisp
996 expression preceding point in the buffer, and displays the value in the 998 expression preceding point in the buffer, and displays the value in the