mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-12 06:41:13 +02:00
Two spaces.
This commit is contained in:
parent
45f3d9b6db
commit
853cb35661
1 changed files with 2 additions and 2 deletions
|
@ -1925,8 +1925,8 @@ desired, exported from a module, etc.
|
||||||
@unnumberedsubsubsec Custom Printers
|
@unnumberedsubsubsec Custom Printers
|
||||||
|
|
||||||
You may use @code{set-record-type-printer!} to customize the default printing
|
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
|
behavior of records. This is a Guile extension and is not part of SRFI-9. It
|
||||||
located in the @nicode{(srfi srfi-9 gnu)} module.
|
is located in the @nicode{(srfi srfi-9 gnu)} module.
|
||||||
|
|
||||||
@deffn {Scheme Syntax} set-record-type-printer! name thunk
|
@deffn {Scheme Syntax} set-record-type-printer! name thunk
|
||||||
Where @var{type} corresponds to the first argument of @code{define-record-type},
|
Where @var{type} corresponds to the first argument of @code{define-record-type},
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue