guile-commits
[Top][All Lists]
Advanced

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

[Guile-commits] GNU Guile branch, master, updated. release_1-9-2-110-gcd


From: Neil Jerram
Subject: [Guile-commits] GNU Guile branch, master, updated. release_1-9-2-110-gcdc4f3d
Date: Thu, 27 Aug 2009 21:29:18 +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=cdc4f3db09727cc1613f7a2fd2335efa10a9d53f

The branch, master has been updated
       via  cdc4f3db09727cc1613f7a2fd2335efa10a9d53f (commit)
      from  c0d316cce78b317b68dc3dc590256ef832721a2b (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 cdc4f3db09727cc1613f7a2fd2335efa10a9d53f
Author: Neil Jerram <address@hidden>
Date:   Fri Jul 17 08:00:42 2009 +0100

    Fix doc of let*-values
    
    Thanks to Judy Hawkins for reporting this.
    
    * doc/ref/api-modules.texi (Included Guile Modules): Change
      `let-values*' to `let*-values'.

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

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

diff --git a/THANKS b/THANKS
index e458a76..17816c5 100644
--- a/THANKS
+++ b/THANKS
@@ -52,6 +52,7 @@ For fixes or providing information which led to a fix:
          Roland Haeder
           Sven Hartrumpf
           Eric Hanchrow
+          Judy Hawkins
             Sam Hocevar
        Patrick Horgan
            Ales Hvezda
diff --git a/doc/ref/api-modules.texi b/doc/ref/api-modules.texi
index 02e260d..1c9ab23 100644
--- a/doc/ref/api-modules.texi
+++ b/doc/ref/api-modules.texi
@@ -758,7 +758,7 @@ Record definition with @code{define-record-type} 
(@pxref{SRFI-9}).
 Read hash extension @code{#,()} (@pxref{SRFI-10}).
 
 @item (srfi srfi-11)
-Multiple-value handling with @code{let-values} and @code{let-values*}
+Multiple-value handling with @code{let-values} and @code{let*-values}
 (@pxref{SRFI-11}).
 
 @item (srfi srfi-13)


hooks/post-receive
-- 
GNU Guile




reply via email to

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