]> git.eshelyaron.com Git - emacs.git/commitdiff
Documentation fix in elisp reference manual
authorTino Calancha <tino.calancha@gmail.com>
Fri, 24 Feb 2017 01:21:31 +0000 (10:21 +0900)
committerTino Calancha <tino.calancha@gmail.com>
Fri, 24 Feb 2017 01:21:31 +0000 (10:21 +0900)
* doc/lispref/macros.texi (Defining Macros): Drop redundant mention
on 'declare' forms (Bug#25846).

doc/lispref/macros.texi

index 5638dfaecf8274805a6ca454d2ceb5ab6b8e550b..63a65a813041cae16c5f1c66b3ddf84241551948 100644 (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