* macros.texi (Defining Macros): Slight `declare' fixup.
authorLars Ingebrigtsen <larsi@gnus.org>
Wed, 25 Jan 2012 23:55:44 +0000 (00:55 +0100)
committerLars Ingebrigtsen <larsi@gnus.org>
Wed, 25 Jan 2012 23:55:44 +0000 (00:55 +0100)
doc/lispref/ChangeLog
doc/lispref/macros.texi

index f323c28..feab1a3 100644 (file)
@@ -1,3 +1,7 @@
+2012-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
+
+       * macros.texi (Defining Macros): Slight `declare' fixup.
+
 2012-01-25  Glenn Morris  <rgm@gnu.org>
 
        * makefile.w32-in (texinputdir):
index a8b941b..160a463 100644 (file)
@@ -228,7 +228,7 @@ step through them for Edebug.
 @defmac declare @var{specs}@dots{}
 @anchor{Definition of declare}
 A @code{declare} form is used in a macro definition to specify various
-additional information about it.  Two kinds of specification are
+additional information about it.  The following specifications are
 currently supported:
 
 @table @code