summaryrefslogtreecommitdiff
path: root/doc/ref/srfi-modules.texi
diff options
context:
space:
mode:
authorAndy Wingo <wingo@pobox.com>2013-11-28 14:53:03 +0100
committerAndy Wingo <wingo@pobox.com>2013-11-28 14:53:03 +0100
commit6dd98109020997d22f78d9cd516d7809c4fcc493 (patch)
tree0249ff205110f8e5a957abed5f14f2e37c32b713 /doc/ref/srfi-modules.texi
parentacf7530a3ed55f15f6275f0419ef4347f8eb6f6c (diff)
parent750ac8c592e792e627444f476877f282525b132e (diff)
downloadguile-6dd98109020997d22f78d9cd516d7809c4fcc493.tar.gz
Merge commit '750ac8c592e792e627444f476877f282525b132e'
Conflicts: .gitignore libguile/deprecated.c
Diffstat (limited to 'doc/ref/srfi-modules.texi')
-rw-r--r--doc/ref/srfi-modules.texi4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/ref/srfi-modules.texi b/doc/ref/srfi-modules.texi
index d97f49820..32ff271b7 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