summaryrefslogtreecommitdiff
path: root/doc/ref/r6rs.texi
diff options
context:
space:
mode:
Diffstat (limited to 'doc/ref/r6rs.texi')
-rw-r--r--doc/ref/r6rs.texi12
1 files changed, 8 insertions, 4 deletions
diff --git a/doc/ref/r6rs.texi b/doc/ref/r6rs.texi
index a12964ed2..eaee82105 100644
--- a/doc/ref/r6rs.texi
+++ b/doc/ref/r6rs.texi
@@ -724,11 +724,15 @@ These procedures are identical to the ones provided by SRFI-1.
@xref{SRFI-1 Filtering and Partitioning}, for @code{partition}.
@end deffn
+@deffn {Scheme Procedure} fold-right combine nil list1 list2 @dots{}
+This procedure is identical the @code{fold-right} procedure provided by
+SRFI-1. @xref{SRFI-1 Fold and Map}, for documentation.
+@end deffn
+
@deffn {Scheme Procedure} fold-left combine nil list1 list2 @dots{}
-@deffnx {Scheme Procedure} fold-right combine nil list1 list2 @dots{}
-These procedures are identical to the @code{fold} and @code{fold-right}
-procedures provided by SRFI-1. @xref{SRFI-1 Fold and Map}, for
-documentation.
+This procedure is like @code{fold} from SRFI-1, but @var{combine} is
+called with the seed as the first argument. @xref{SRFI-1 Fold and Map},
+for documentation.
@end deffn
@deffn {Scheme Procedure} remp proc list