emacs-bug-tracker
[Top][All Lists]
Advanced

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

[debbugs-tracker] bug#25846: closed (25.2; [PATCH] Documentation fix in


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#25846: closed (25.2; [PATCH] Documentation fix in elisp reference manual)
Date: Fri, 24 Feb 2017 01:31:02 +0000

Your message dated Fri, 24 Feb 2017 10:24:40 +0900
with message-id <address@hidden>
and subject line Re: bug#25846: 25.2; [PATCH] Documentation fix in elisp 
reference manual
has caused the debbugs.gnu.org bug report #25846,
regarding 25.2; [PATCH] Documentation fix in elisp reference manual
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
25846: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=25846
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: 25.2; [PATCH] Documentation fix in elisp reference manual 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 <address@hidden>
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



--- End Message ---
--- Begin Message --- Subject: Re: bug#25846: 25.2; [PATCH] Documentation fix in elisp reference manual Date: Fri, 24 Feb 2017 10:24:40 +0900 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.0.50 (gnu/linux)
Eli Zaretskii <address@hidden> writes:

>> From: Tino Calancha <address@hidden>
>> 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 <address@hidden>
>> 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


--- End Message ---

reply via email to

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