1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-21 18:23:59 +00:00

(syms_of_macros) <defining-kbd-macro>: Doc fix.

This commit is contained in:
Luc Teirlinck 2004-11-05 22:46:28 +00:00
parent c069fee4e7
commit 6cf374b13f

View File

@ -392,7 +392,9 @@ syms_of_macros ()
defsubr (&Sstore_kbd_macro_event);
DEFVAR_KBOARD ("defining-kbd-macro", defining_kbd_macro,
doc: /* Non-nil while a keyboard macro is being defined. Don't set this! */);
doc: /* Non-nil while a keyboard macro is being defined. Don't set this!
The value is the symbol `append' while appending to the definition of
an existing macro. */);
DEFVAR_LISP ("executing-macro", &Vexecuting_macro,
doc: /* Currently executing keyboard macro (string or vector); nil if none executing. */);