Documentation fix in elisp reference manual

* doc/lispref/macros.texi (Defining Macros): Drop redundant mention
on 'declare' forms (Bug#25846).
This commit is contained in:
Tino Calancha 2017-02-24 10:21:31 +09:00
parent fe91ff27c5
commit 0d5957ec6f

View file

@ -255,10 +255,6 @@ of constants and nonconstant parts. To make this easier, use the
@end example
@end example
The body of a macro definition can include a @code{declare} form,
which specifies additional properties about the macro. @xref{Declare
Form}.
@node Problems with Macros
@section Common Problems Using Macros
@cindex macro caveats