From 7d5c86e5de5a7f0cbee5e460ce02843b2c26730a Mon Sep 17 00:00:00 2001 From: Juanma Barranquero Date: Wed, 12 Feb 2003 15:45:05 +0000 Subject: [PATCH] (Fdefmacro): Fix typo. --- src/ChangeLog | 4 ++++ src/eval.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/src/ChangeLog b/src/ChangeLog index 32c72798647..5f963c8f796 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2003-02-12 Juanma Barranquero + + * eval.c (Fdefmacro): Fix typo. + 2003-02-12 Kim F. Storm * 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: (edebug DEBUG) Set NAME's `edebug-form-spec' property to DEBUG. (This is - equivalent to writing a `def-edebug-spec' for the macro. + equivalent to writing a `def-edebug-spec' for the macro.) usage: (defmacro NAME ARGLIST [DOCSTRING] [DECL] BODY...) */) (args) Lisp_Object args; -- 2.39.2