mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-15 17:00:26 +00:00
(Lisp Eval): Add C-M-x on defface.
This commit is contained in:
parent
22a76778db
commit
dc13434291
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user