aboutsummaryrefslogtreecommitdiffhomepage
path: root/core
diff options
context:
space:
mode:
authorGravatar mitchell <70453897+orbitalquark@users.noreply.github.com>2021-01-22 12:06:36 -0500
committerGravatar mitchell <70453897+orbitalquark@users.noreply.github.com>2021-01-22 12:06:36 -0500
commit6bb9274855236473226bdb2999b4143d78a37bcc (patch)
tree43b4c7db6d2f9bfadd277e0d77ff75e95a77e56d /core
parent8e530becaaa31eb5dcc7b8595c4b4bcb6c8bb958 (diff)
Compile, run, and build command functions can also return environment tables.
Diffstat (limited to 'core')
-rw-r--r--core/.os.luadoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/.os.luadoc b/core/.os.luadoc
index 4405c4d1..8ce09344 100644
--- a/core/.os.luadoc
+++ b/core/.os.luadoc
@@ -16,7 +16,7 @@ module('os')
-- @param cwd Optional current working directory (cwd) for the child
-- process. When omitted, the parent's cwd is used.
-- @param env Optional map of environment variables for the child process.
--- When omitted, the parent's environment is used.
+-- When omitted, Textadept's environment is used.
-- @param stdout_cb Optional Lua function that accepts a string parameter for a
-- block of standard output read from the child. Stdout is read asynchronously
-- in 1KB or 0.5KB blocks (depending on the platform), or however much data is