clarification

svn: r9621
This commit is contained in:
Eli Barzilay 2008-05-03 05:34:27 +00:00
parent d48e7501af
commit 669c93680b

View File

@ -303,9 +303,9 @@ values are allowed:
Like @scheme[sandbox-output], but for the initial Like @scheme[sandbox-output], but for the initial
@scheme[current-error-port] value. An evaluator's error output is set @scheme[current-error-port] value. An evaluator's error output is set
after its output, so using @scheme[current-output-port] for this after its output, so using @scheme[current-output-port] (the parameter
parameter value means that the error port is the same as the itself, not its value) for this parameter value means that the error
evaluator's initial output port. port is the same as the evaluator's initial output port.
The default is @scheme[(lambda () (dup-output-port The default is @scheme[(lambda () (dup-output-port
(current-error-port)))], which means that the error output of the (current-error-port)))], which means that the error output of the