X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fcode%2Frun-program.lisp;h=807f32c58a9e5ba88c8dd1a5d3d0717874792131;hb=9e7a18990d8cfe726edca3450f84510f5676a3e1;hp=7c180ea69edc51220901e12f4ad528cd1e76b002;hpb=606dfed39b56dc435ff40e7baf47a455019aae49;p=sbcl.git diff --git a/src/code/run-program.lisp b/src/code/run-program.lisp index 7c180ea..807f32c 100644 --- a/src/code/run-program.lisp +++ b/src/code/run-program.lisp @@ -704,7 +704,10 @@ Users Manual for details about the PROCESS structure."#-win32" This is a function the system calls whenever the status of the process changes. The function takes the process as an argument. :EXTERNAL-FORMAT - The external-format to use for :INPUT, :OUTPUT, and :ERROR :STREAMs.") + The external-format to use for :INPUT, :OUTPUT, and :ERROR :STREAMs. + :DIRECTORY + Specifies the directory in which the program should be run. + NIL (the default) means the directory is unchanged.") #-win32 (when (and env-p environment-p) (error "can't specify :ENV and :ENVIRONMENT simultaneously"))