diff options
author | Luc Teirlinck <teirllm@auburn.edu> | 2004-11-05 22:46:28 +0000 |
---|---|---|
committer | Luc Teirlinck <teirllm@auburn.edu> | 2004-11-05 22:46:28 +0000 |
commit | 6cf374b13fbb2afc2e9dc2525a10d443aeba0d78 (patch) | |
tree | 4b0ff5dcc8c6083f5b68cb7836341c201c1c1795 /src/macros.c | |
parent | c069fee4e7b565b51ca86de766d12e67424de338 (diff) | |
download | emacs-6cf374b13fbb2afc2e9dc2525a10d443aeba0d78.tar.gz |
(syms_of_macros) <defining-kbd-macro>: Doc fix.
Diffstat (limited to 'src/macros.c')
-rw-r--r-- | src/macros.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/macros.c b/src/macros.c index d0219a3be04..09ae87b0a59 100644 --- a/src/macros.c +++ b/src/macros.c @@ -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. */); |