unofficial mirror of bug-guile@gnu.org 
 help / color / mirror / Atom feed
* bug#15586: [PATCH] Documentation fix for unfold-right in srfi-1
@ 2013-10-11  8:19 David Kastrup
  2013-10-18 12:38 ` bug#15586: Ping? David Kastrup
  2013-10-19 21:58 ` bug#15586: [PATCH] Documentation fix for unfold-right in srfi-1 Ian Price
  0 siblings, 2 replies; 4+ messages in thread
From: David Kastrup @ 2013-10-11  8:19 UTC (permalink / raw)
  To: 15586; +Cc: David Kastrup

---
 doc/ref/srfi-modules.texi | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

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






^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2013-10-19 22:19 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-10-11  8:19 bug#15586: [PATCH] Documentation fix for unfold-right in srfi-1 David Kastrup
2013-10-18 12:38 ` bug#15586: Ping? David Kastrup
2013-10-19 21:58 ` bug#15586: [PATCH] Documentation fix for unfold-right in srfi-1 Ian Price
2013-10-19 22:19   ` Ian Price

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).