diff options
Diffstat (limited to 'core/.os.luadoc')
-rw-r--r-- | core/.os.luadoc | 2 |
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 |