RUN returns an exit status, not a proc object.

This commit is contained in:
sperber 2002-02-01 15:34:05 +00:00
parent 7d67cc736b
commit 4098c60752
1 changed files with 1 additions and 1 deletions

View File

@ -188,7 +188,7 @@ There are three basic {\Scheme} forms that use extended process forms:
\dfn {exec-epf} {. \var{epf}} {\noreturn} {syntax}
\dfnx {\&} {. \var{epf}} {proc} {syntax}
\dfnx {run} {. \var{epf}} {proc} {syntax}
\dfnx {run} {. \var{epf}} {status} {syntax}
\begin{desc}
\index{exec-epf} \index{\&} \index{run}
The \ex{(exec-epf . \var{epf})} form nukes the current process: it establishes