diff --git a/src/code/run-program.lisp b/src/code/run-program.lisp index 5723f5dc39dacfa895c16f2051fa767dd035aaf2..9019861bb0e1a5a876f65bd38abd2fe0eb491294 100644 --- a/src/code/run-program.lisp +++ b/src/code/run-program.lisp @@ -471,8 +471,9 @@ The keyword arguments have the following meanings: :env - - An A-LIST mapping keyword environment variables to simple-string - values. + An A-LIST mapping keyword environment variables to + simple-string values. This is the shell environment for + Program. Defaults to *environment-list*. :wait - If non-NIL (default), wait until the created process finishes. If NIL, continue running Lisp until the program finishes.