From 68991b9cf496d21d872246942c27edb83fdeb22d Mon Sep 17 00:00:00 2001 From: Stas Boukarev Date: Tue, 30 Apr 2013 13:52:57 +0400 Subject: [PATCH] Document the new :directory argument for run-program. --- src/code/run-program.lisp | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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")) -- 1.7.10.4