From: Lars Ingebrigtsen Date: Wed, 25 Jan 2012 23:55:44 +0000 (+0100) Subject: * macros.texi (Defining Macros): Slight `declare' fixup. X-Git-Tag: emacs-pretest-24.0.93~66 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=543757a8bd2906d5c4d4c06fae89ebba08be5a66;p=emacs.git * macros.texi (Defining Macros): Slight `declare' fixup. --- diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog index f323c28633f..feab1a33cc7 100644 --- a/doc/lispref/ChangeLog +++ b/doc/lispref/ChangeLog @@ -1,3 +1,7 @@ +2012-01-25 Lars Ingebrigtsen + + * macros.texi (Defining Macros): Slight `declare' fixup. + 2012-01-25 Glenn Morris * makefile.w32-in (texinputdir): diff --git a/doc/lispref/macros.texi b/doc/lispref/macros.texi index a8b941bba89..160a4636218 100644 --- a/doc/lispref/macros.texi +++ b/doc/lispref/macros.texi @@ -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