Further `declare' clarifications
authorLars Ingebrigtsen <larsi@gnus.org>
Thu, 26 Jan 2012 00:02:02 +0000 (01:02 +0100)
committerLars Ingebrigtsen <larsi@gnus.org>
Thu, 26 Jan 2012 00:02:02 +0000 (01:02 +0100)
* macros.texi (Defining Macros): Don't claim that `declare' only
affects Edebug and indentation.

doc/lispref/ChangeLog
doc/lispref/macros.texi

index feab1a3..69eca80 100644 (file)
@@ -1,3 +1,8 @@
+2012-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
+
+       * macros.texi (Defining Macros): Don't claim that `declare' only
+       affects Edebug and indentation.
+
 2012-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
 
        * macros.texi (Defining Macros): Slight `declare' fixup.
index 160a463..3804d96 100644 (file)
@@ -257,7 +257,7 @@ without evaluating any @var{specs}.
 
   No macro absolutely needs a @code{declare} form, because that form
 has no effect on how the macro expands, on what the macro means in the
-program.  It only affects secondary features: indentation and Edebug.
+program.  It only affects the secondary features listed above.
 
 @node Backquote
 @section Backquote