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

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

[debbugs-tracker] bug#20585: closed ('set-record-type-printer!' document


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#20585: closed ('set-record-type-printer!' documentation mismatch)
Date: Fri, 19 Jun 2015 20:13:01 +0000

Your message dated Fri, 19 Jun 2015 16:12:43 -0400
with message-id <address@hidden>
and subject line Re: bug#20585: 'set-record-type-printer!' documentation 
mismatch
has caused the debbugs.gnu.org bug report #20585,
regarding 'set-record-type-printer!' documentation mismatch
to be marked as done.

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


-- 
20585: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=20585
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: 'set-record-type-printer!' documentation mismatch Date: Fri, 15 May 2015 14:21:57 +0200
Here is a patch correcting 'set-record-type-printer!' documentation.

--
Mathieu Lirzin

>From 2f0f03f54935663f48b748e9c8bb650349b3d712 Mon Sep 17 00:00:00 2001
From: Mathieu Lirzin <address@hidden>
Date: Fri, 15 May 2015 13:27:54 +0200
Subject: [PATCH] doc: Fix parameter of 'set-record-type-printer!'.

* doc/ref/api-compound.texi (SRFI-9 Records)[set-record-type-printer!]:
  Fix parameter name.
---
 doc/ref/api-compound.texi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/ref/api-compound.texi b/doc/ref/api-compound.texi
index 8ec32d6..b4ae79c 100644
--- a/doc/ref/api-compound.texi
+++ b/doc/ref/api-compound.texi
@@ -2322,7 +2322,7 @@ You may use @code{set-record-type-printer!} to customize 
the default printing
 behavior of records.  This is a Guile extension and is not part of SRFI-9.  It
 is located in the @nicode{(srfi srfi-9 gnu)} module.
 
address@hidden {Scheme Syntax} set-record-type-printer! name proc
address@hidden {Scheme Syntax} set-record-type-printer! type proc
 Where @var{type} corresponds to the first argument of 
@code{define-record-type},
 and @var{proc} is a procedure accepting two arguments, the record to print, and
 an output port.
-- 
2.2.1


--- End Message ---
--- Begin Message --- Subject: Re: bug#20585: 'set-record-type-printer!' documentation mismatch Date: Fri, 19 Jun 2015 16:12:43 -0400 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux)
Mathieu Lirzin <address@hidden> writes:
> Here is a patch correcting 'set-record-type-printer!' documentation.

Pushed to stable-2.0, thanks!

     Mark


--- End Message ---

reply via email to

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