From 0d5957ec6f10d2ab8eeaafb48eb032e8315aaff3 Mon Sep 17 00:00:00 2001 From: Tino Calancha Date: Fri, 24 Feb 2017 10:21:31 +0900 Subject: [PATCH] Documentation fix in elisp reference manual * doc/lispref/macros.texi (Defining Macros): Drop redundant mention on 'declare' forms (Bug#25846). --- doc/lispref/macros.texi | 4 ---- 1 file changed, 4 deletions(-) diff --git a/doc/lispref/macros.texi b/doc/lispref/macros.texi index 5638dfaecf8..63a65a81304 100644 --- a/doc/lispref/macros.texi +++ b/doc/lispref/macros.texi @@ -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 -- 2.11.4.GIT