From 669c93680b03e36b958078591687d492f5e43c0d Mon Sep 17 00:00:00 2001 From: Eli Barzilay Date: Sat, 3 May 2008 05:34:27 +0000 Subject: [PATCH] clarification svn: r9621 --- collects/scribblings/reference/sandbox.scrbl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/collects/scribblings/reference/sandbox.scrbl b/collects/scribblings/reference/sandbox.scrbl index 3aded752b1..eec3c930c8 100644 --- a/collects/scribblings/reference/sandbox.scrbl +++ b/collects/scribblings/reference/sandbox.scrbl @@ -303,9 +303,9 @@ values are allowed: Like @scheme[sandbox-output], but for the initial @scheme[current-error-port] value. An evaluator's error output is set -after its output, so using @scheme[current-output-port] for this -parameter value means that the error port is the same as the -evaluator's initial output port. +after its output, so using @scheme[current-output-port] (the parameter +itself, not its value) for this parameter value means that the error +port is the same as the evaluator's initial output port. The default is @scheme[(lambda () (dup-output-port (current-error-port)))], which means that the error output of the