Mercurial > emacs
changeset 57962:47f8ff58e33e
(syms_of_macros) <defining-kbd-macro>: Doc fix.
author | Luc Teirlinck <teirllm@auburn.edu> |
---|---|
date | Fri, 05 Nov 2004 22:46:28 +0000 |
parents | 7dd13ac27ed7 |
children | fc5eb4553f2f |
files | src/macros.c |
diffstat | 1 files changed, 3 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/macros.c Fri Nov 05 22:46:17 2004 +0000 +++ b/src/macros.c Fri Nov 05 22:46:28 2004 +0000 @@ -392,7 +392,9 @@ 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. */);