mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-30 15:00:21 +02:00
Merge remote-tracking branch 'origin/stable-2.0'
This commit is contained in:
commit
eb55a0db5a
1 changed files with 1 additions and 1 deletions
|
@ -2426,7 +2426,7 @@ original unchanged (see example below.)
|
||||||
In addition, the generic @code{set-field} and @code{set-fields} macros
|
In addition, the generic @code{set-field} and @code{set-fields} macros
|
||||||
may be applied to any SRFI-9 record.
|
may be applied to any SRFI-9 record.
|
||||||
|
|
||||||
@deffn {Scheme Syntax} set-field (field sub-fields ...) record value
|
@deffn {Scheme Syntax} set-field record (field sub-fields ...) value
|
||||||
Return a new record of @var{record}'s type whose fields are equal to
|
Return a new record of @var{record}'s type whose fields are equal to
|
||||||
the corresponding fields of @var{record} except for the one specified by
|
the corresponding fields of @var{record} except for the one specified by
|
||||||
@var{field}.
|
@var{field}.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue