From 0a79a5c5137fa68a2764d99649eb2c12e2371d31 Mon Sep 17 00:00:00 2001 From: Eli Barzilay Date: Mon, 28 Jul 2008 16:36:23 +0000 Subject: [PATCH] removed bogus text svn: r10943 --- collects/scribblings/reference/pairs.scrbl | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/collects/scribblings/reference/pairs.scrbl b/collects/scribblings/reference/pairs.scrbl index d0dfaa31cd..8cca3e01f1 100644 --- a/collects/scribblings/reference/pairs.scrbl +++ b/collects/scribblings/reference/pairs.scrbl @@ -168,8 +168,7 @@ reverse order.} list?]{ Applies @scheme[proc] to the elements of the @scheme[lst]s from the - first elements to the last, returning @scheme[#f] as soon as any - application returns @scheme[#f]. The @scheme[proc] argument must + first elements to the last. The @scheme[proc] argument must accept the same number of arguments as the number of supplied @scheme[lst]s, and all @scheme[lst]s must have the same number of elements. The result is a list containing each result of