mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-17 08:31:09 -08:00
(syms_of_macros) <defining-kbd-macro>: Doc fix.
This commit is contained in:
parent
c069fee4e7
commit
6cf374b13f
1 changed files with 3 additions and 1 deletions
|
|
@ -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. */);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue