Further `declare' clarifications
* macros.texi (Defining Macros): Don't claim that `declare' only affects Edebug and indentation.
This commit is contained in:
parent
543757a8bd
commit
69b0acb956
2 changed files with 6 additions and 1 deletions
|
@ -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.
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue