Skip to content
Snippets Groups Projects
Commit f613124b authored by Raymond Toy's avatar Raymond Toy
Browse files

Better description for run-program :env

Fix #18.
parent 6ac8b5f6
No related branches found
No related tags found
No related merge requests found
......@@ -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.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment