ormap docs didn't say what it returned (earlier fix fluffed, IIUC)

svn: r17624
This commit is contained in:
John Clements 2010-01-13 01:20:48 +00:00
parent 4977211ee7
commit 1a9e2c8df1

View File

@ -276,7 +276,7 @@ Similar to @scheme[map], except that
@item{the result is @scheme[#f] if any application of @scheme[proc] produces @item{the result is @scheme[#f] if any application of @scheme[proc] produces
@scheme[#f], in which case @scheme[proc] is not applied to later @scheme[#f], in which case @scheme[proc] is not applied to later
elements of the @scheme[lst]s; or} elements of the @scheme[lst]s; and}
@item{the result is that of @scheme[proc] applied to the last elements @item{the result is that of @scheme[proc] applied to the last elements
of the @scheme[lsts]s; more specifically, the application of of the @scheme[lsts]s; more specifically, the application of
@ -305,8 +305,8 @@ Similar to @scheme[map], except that
@item{the result is @scheme[#f] if every application of @scheme[proc] produces @item{the result is @scheme[#f] if every application of @scheme[proc] produces
@scheme[#f]; and} @scheme[#f]; and}
@item{if the result of an application of @scheme[proc] produces a @item{the result is that of the first application of @scheme[proc] producing a
value other than @scheme[#f], then @scheme[proc] is not value other than @scheme[#f], in which case @scheme[proc] is not
applied to later elements of the @scheme[lst]s; applied to later elements of the @scheme[lst]s;
the application of @scheme[proc] to the last elements of the the application of @scheme[proc] to the last elements of the
@scheme[lst]s is in tail position with respect to the @scheme[lst]s is in tail position with respect to the