]> git.eshelyaron.com Git - emacs.git/commitdiff
(Fdefmacro): Fix typo.
authorJuanma Barranquero <lekktu@gmail.com>
Wed, 12 Feb 2003 15:45:05 +0000 (15:45 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Wed, 12 Feb 2003 15:45:05 +0000 (15:45 +0000)
src/ChangeLog
src/eval.c

index 32c727986471393d8c359bdd6beefa85d6c0cc0c..5f963c8f796186c6ad24c26a2fdc5ccb58d49f90 100644 (file)
@@ -1,3 +1,7 @@
+2003-02-12  Juanma Barranquero  <lektu@terra.es>
+
+       * eval.c (Fdefmacro): Fix typo.
+
 2003-02-12  Kim F. Storm  <storm@cua.dk>
 
        * macros.c (Fstart_kbd_macro): If appending, and last keyboard
index 9d63da194a87c4e96a87059ffb8606564c0fc5fc..373a9ad432b5d8624438ed4122fa03a9b50ef8b2 100644 (file)
@@ -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;