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
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your bug report
#25846: 25.2; [PATCH] Documentation fix in elisp reference manual
which was filed against the emacs package, has been closed.
The explanation is attached below, along with your original report.
If you require more details, please reply to 25846 <at> debbugs.gnu.org.
--
25846: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=25846
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
Eli Zaretskii <eliz <at> gnu.org> writes:
>> From: Tino Calancha <tino.calancha <at> gmail.com>
>> Date: Thu, 23 Feb 2017 12:36:25 +0900
>>
>>
>> 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.
>
> Thanks, this is OK. Please push to the emacs-25 branch.
Done!
Emacs-25 branch, commit: 0d5957ec6f10d2ab8eeaafb48eb032e8315aaff3
[Message part 3 (message/rfc822, inline)]
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.