From 7f9dd9775f3bc86180e2c672e84702b22395ff87 Mon Sep 17 00:00:00 2001 From: Eli Barzilay Date: Sat, 22 Mar 2008 00:21:47 +0000 Subject: [PATCH] more tweaking svn: r9051 --- collects/scribblings/reference/procedures.scrbl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/collects/scribblings/reference/procedures.scrbl b/collects/scribblings/reference/procedures.scrbl index f7411a068f..032fa6d8b9 100644 --- a/collects/scribblings/reference/procedures.scrbl +++ b/collects/scribblings/reference/procedures.scrbl @@ -371,7 +371,8 @@ the resulting procedure is first applied, unless it is given the maximum number of arguments that it can accept, the result is a procedure to accept additional arguments. In other words, given a @scheme[proc] that accepts varying number of arguments, the first -application always returns a procedure waiting for more arguments: +application tries to return a procedure waiting for more arguments if +possible: @examples[#:eval fun-eval ((curry list) 1 2)