mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-10 14:00:21 +02:00
doc: Fix parameter of 'set-record-type-printer!'.
* doc/ref/api-compound.texi (SRFI-9 Records)[set-record-type-printer!]: Fix parameter name.
This commit is contained in:
parent
ed0c14769a
commit
0854b87493
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
||||
@deffn {Scheme Syntax} set-record-type-printer! name proc
|
||||
@deffn {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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue