aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog4
-rw-r--r--src/eval.c2
2 files changed, 5 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 32c72798647..5f963c8f796 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,7 @@
12003-02-12 Juanma Barranquero <lektu@terra.es>
2
3 * eval.c (Fdefmacro): Fix typo.
4
12003-02-12 Kim F. Storm <storm@cua.dk> 52003-02-12 Kim F. Storm <storm@cua.dk>
2 6
3 * macros.c (Fstart_kbd_macro): If appending, and last keyboard 7 * macros.c (Fstart_kbd_macro): If appending, and last keyboard
diff --git a/src/eval.c b/src/eval.c
index 9d63da194a8..373a9ad432b 100644
--- a/src/eval.c
+++ b/src/eval.c
@@ -664,7 +664,7 @@ The elements can look like this:
664 664
665 (edebug DEBUG) 665 (edebug DEBUG)
666 Set NAME's `edebug-form-spec' property to DEBUG. (This is 666 Set NAME's `edebug-form-spec' property to DEBUG. (This is
667 equivalent to writing a `def-edebug-spec' for the macro. 667 equivalent to writing a `def-edebug-spec' for the macro.)
668usage: (defmacro NAME ARGLIST [DOCSTRING] [DECL] BODY...) */) 668usage: (defmacro NAME ARGLIST [DOCSTRING] [DECL] BODY...) */)
669 (args) 669 (args)
670 Lisp_Object args; 670 Lisp_Object args;