diff src/macros.c @ 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 695cf19ef79e
children f58aeabf21e7 cb7f41387eb3
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.  */);