GNU bug report logs -
#25846
25.2; [PATCH] Documentation fix in elisp reference manual
Previous Next
Reported by: Tino Calancha <tino.calancha <at> gmail.com>
Date: Thu, 23 Feb 2017 03:37:01 UTC
Severity: minor
Tags: patch
Found in version 25.2
Done: Tino Calancha <tino.calancha <at> gmail.com>
Bug is archived. No further changes may be made.
Full log
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
Declare forms are mentioned twice.
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
From eb2dc46db9abf569f29ba05acd04c746f758505d Mon Sep 17 00:00:00 2001
From: Tino Calancha <tino.calancha <at> gmail.com>
Date: Thu, 23 Feb 2017 12:28:30 +0900
Subject: [PATCH] Documentation fix in elisp reference manual
* doc/lispref/macros.texi (Defining Macros): Drop redundant mention
on 'declare' forms.
---
doc/lispref/macros.texi | 4 ----
1 file changed, 4 deletions(-)
diff --git a/doc/lispref/macros.texi b/doc/lispref/macros.texi
index 5638dfaecf..63a65a8130 100644
--- a/doc/lispref/macros.texi
+++ b/doc/lispref/macros.texi
@@ -255,10 +255,6 @@ Defining Macros
@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.0
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
In GNU Emacs 25.2.2 (x86_64-pc-linux-gnu, GTK+ Version 3.22.7)
of 2017-02-23
Repository revision: fe91ff27c54cc10b70a5c5d5bac4017922866717
This bug report was last modified 8 years and 95 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.