bad space

svn: r6765
This commit is contained in:
Eli Barzilay 2007-06-29 07:28:19 +00:00
parent f99393bac3
commit 8b2c4fe6ed

View File

@ -150,10 +150,10 @@ containing the @scheme[v]s as its elements.}
@scheme[#f], in which case @scheme[proc] is not applied to later
elements of the @scheme[lst]s; or}
@item {the result is that of @scheme[proc] applied to the last elements
of the @scheme[lsts]s; more specifically, the application of
@scheme[proc] to the last elements in the @scheme[lst]s is in tail
position with respect to the @scheme[andmap] call.}
@item{the result is that of @scheme[proc] applied to the last elements
of the @scheme[lsts]s; more specifically, the application of
@scheme[proc] to the last elements in the @scheme[lst]s is in tail
position with respect to the @scheme[andmap] call.}
}