guile-commits
[Top][All Lists]
Advanced

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

[Guile-commits] 16/47: doc: Fix parameter of 'set-record-type-printer!'.


From: Andy Wingo
Subject: [Guile-commits] 16/47: doc: Fix parameter of 'set-record-type-printer!'.
Date: Sun, 22 May 2016 18:23:04 +0000 (UTC)

wingo pushed a commit to branch master
in repository guile.

commit ea8fa622ecc6e05520c21616b52949049d94f8a0
Author: Mathieu Lirzin <address@hidden>
Date:   Fri May 15 13:27:54 2015 +0200

    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.



reply via email to

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