guile-commits
[Top][All Lists]
Advanced

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

[Guile-commits] GNU Guile branch, stable-2.0, updated. v2.0.6-82-g5ec8fc


From: Ludovic Courtès
Subject: [Guile-commits] GNU Guile branch, stable-2.0, updated. v2.0.6-82-g5ec8fc2
Date: Sun, 11 Nov 2012 14:32:46 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU Guile".

http://git.savannah.gnu.org/cgit/guile.git/commit/?id=5ec8fc21341329e92b9b74ca386a14f1b4672cca

The branch, stable-2.0 has been updated
       via  5ec8fc21341329e92b9b74ca386a14f1b4672cca (commit)
      from  b594998356007e25dedb483373bf8bda4ba30006 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 5ec8fc21341329e92b9b74ca386a14f1b4672cca
Author: Ludovic Courtès <address@hidden>
Date:   Sun Nov 11 15:31:51 2012 +0100

    doc: Update argument order of SRFI-9 `set-field'.
    
    * doc/ref/api-compound.texi (SRFI-9 Records): Change argument order for
      `set-field'.

-----------------------------------------------------------------------

Summary of changes:
 doc/ref/api-compound.texi |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/doc/ref/api-compound.texi b/doc/ref/api-compound.texi
index 6aaed06..0b21065 100644
--- a/doc/ref/api-compound.texi
+++ b/doc/ref/api-compound.texi
@@ -2426,7 +2426,7 @@ original unchanged (see example below.)
 In addition, the generic @code{set-field} and @code{set-fields} macros
 may be applied to any SRFI-9 record.
 
address@hidden {Scheme Syntax} set-field (field sub-fields ...) record value
address@hidden {Scheme Syntax} set-field record (field sub-fields ...) value
 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
 @var{field}.


hooks/post-receive
-- 
GNU Guile



reply via email to

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