diff options
| -rw-r--r-- | doc/lispref/ChangeLog | 4 | ||||
| -rw-r--r-- | doc/lispref/macros.texi | 2 |
2 files changed, 5 insertions, 1 deletions
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 @@ | |||
| 1 | 2012-01-25 Lars Ingebrigtsen <larsi@gnus.org> | ||
| 2 | |||
| 3 | * macros.texi (Defining Macros): Slight `declare' fixup. | ||
| 4 | |||
| 1 | 2012-01-25 Glenn Morris <rgm@gnu.org> | 5 | 2012-01-25 Glenn Morris <rgm@gnu.org> |
| 2 | 6 | ||
| 3 | * makefile.w32-in (texinputdir): | 7 | * 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. | |||
| 228 | @defmac declare @var{specs}@dots{} | 228 | @defmac declare @var{specs}@dots{} |
| 229 | @anchor{Definition of declare} | 229 | @anchor{Definition of declare} |
| 230 | A @code{declare} form is used in a macro definition to specify various | 230 | A @code{declare} form is used in a macro definition to specify various |
| 231 | additional information about it. Two kinds of specification are | 231 | additional information about it. The following specifications are |
| 232 | currently supported: | 232 | currently supported: |
| 233 | 233 | ||
| 234 | @table @code | 234 | @table @code |