From 6bb9274855236473226bdb2999b4143d78a37bcc Mon Sep 17 00:00:00 2001 From: mitchell <70453897+orbitalquark@users.noreply.github.com> Date: Fri, 22 Jan 2021 12:06:36 -0500 Subject: Compile, run, and build command functions can also return environment tables. --- core/.os.luadoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/.os.luadoc') 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 -- cgit v1.2.3