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.9-96-g9cdf0a


From: Ian Price
Subject: [Guile-commits] GNU Guile branch, stable-2.0, updated. v2.0.9-96-g9cdf0ac
Date: Sat, 19 Oct 2013 22:17:43 +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=9cdf0ac603303ed8940a29d4fc4d8454f97b79aa

The branch, stable-2.0 has been updated
       via  9cdf0ac603303ed8940a29d4fc4d8454f97b79aa (commit)
      from  c9e3266c4b9420a8138d277dd5f3cfe3e208e152 (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 9cdf0ac603303ed8940a29d4fc4d8454f97b79aa
Author: Ian Price <address@hidden>
Date:   Sat Oct 19 22:59:46 2013 +0100

    Doc: 'unfold-right' takes a tail not a tail generator.
    
    Reported by David Kastrup <address@hidden>.
    
    * doc/ref/srfi-modules.texi (SRFI-1 Fold and Map): Change argument
      name, and default value.

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

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

diff --git a/doc/ref/srfi-modules.texi b/doc/ref/srfi-modules.texi
index 31407e8..b6d5248 100644
--- a/doc/ref/srfi-modules.texi
+++ b/doc/ref/srfi-modules.texi
@@ -676,8 +676,8 @@ Maps each seed value to next seed value.
 @item seed
 The state value for the unfold.
 
address@hidden tail-gen
-Creates the tail of the list; defaults to @code{(lambda (x) '())}.
address@hidden tail
+The tail of the list; defaults to @code{'()}.
 @end table
 
 @end deffn


hooks/post-receive
-- 
GNU Guile



reply via email to

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