From: Juanma Barranquero Date: Wed, 12 Feb 2003 15:45:05 +0000 (+0000) Subject: (Fdefmacro): Fix typo. X-Git-Tag: ttn-vms-21-2-B4~11222 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=7d5c86e5de5a7f0cbee5e460ce02843b2c26730a;p=emacs.git (Fdefmacro): Fix typo. --- 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;