[Git][cmucl/cmucl][master] Better description for run-program :env
Raymond Toy
rtoy at common-lisp.net
Sat Jan 16 16:24:29 UTC 2016
Raymond Toy pushed to branch master at cmucl / cmucl
Commits:
f613124b by Raymond Toy at 2016-01-16T08:24:09Z
Better description for run-program :env
Fix #18.
- - - - -
1 changed file:
- src/code/run-program.lisp
Changes:
=====================================
src/code/run-program.lisp
=====================================
--- 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.
View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/commit/f613124b7479c364d557e5f70514241184686ad7
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mailman.common-lisp.net/pipermail/cmucl-cvs/attachments/20160116/7a88b9b4/attachment.html>
More information about the cmucl-cvs
mailing list