diff src/eval.c @ 49752:aa54553dad6b

(Fdefmacro): Fix typo.
author Juanma Barranquero <lekktu@gmail.com>
date Wed, 12 Feb 2003 15:44:40 +0000
parents 23a1cea22d13
children dfbdcffdcfc9 d7ddb3e565de
line wrap: on
line diff
--- 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;