Commit f613124b authored by Raymond Toy's avatar Raymond Toy
Browse files

Better description for run-program :env

Fix #18.
parent 6ac8b5f6
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -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.