# HG changeset patch # User Juanma Barranquero # Date 1045064680 0 # Node ID aa54553dad6b4eb56aae1fda62df73444bc93113 # Parent cc3cda196420fdbea8f792298f0eb92f6866284d (Fdefmacro): Fix typo. diff -r cc3cda196420 -r aa54553dad6b src/eval.c --- a/src/eval.c Wed Feb 12 15:23:21 2003 +0000 +++ b/src/eval.c Wed Feb 12 15:44:40 2003 +0000 @@ -664,7 +664,7 @@ (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;