emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs-25 0d5957e: Documentation fix in elisp reference man


From: Tino Calancha
Subject: [Emacs-diffs] emacs-25 0d5957e: Documentation fix in elisp reference manual
Date: Thu, 23 Feb 2017 20:22:48 -0500 (EST)

branch: emacs-25
commit 0d5957ec6f10d2ab8eeaafb48eb032e8315aaff3
Author: Tino Calancha <address@hidden>
Commit: Tino Calancha <address@hidden>

    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 5638dfa..63a65a8 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]