diff options
author | 2017-03-15 10:48:58 -0400 | |
---|---|---|
committer | 2017-03-15 10:48:58 -0400 | |
commit | 9f0f4e8143fca5f46529c4af2713ecca55a9bb3e (patch) | |
tree | e8ed223f91d54a1b74bd0f0e3e707d5f92bac690 | |
parent | 7f1f0258b07277716a77c0bf973fd33c76f2f725 (diff) | |
download | textadept-9f0f4e8143fca5f46529c4af2713ecca55a9bb3e.tar.gz textadept-9f0f4e8143fca5f46529c4af2713ecca55a9bb3e.zip |
Updated LuaDoc; core/init.lua
-rw-r--r-- | core/init.lua | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/core/init.lua b/core/init.lua index 0ee297ac..1484151e 100644 --- a/core/init.lua +++ b/core/init.lua @@ -181,7 +181,8 @@ local timeout --- -- Spawns an interactive child process *argv* in a separate thread, returning -- a handle to that process. --- At the moment, only the Win32 terminal version spawns processes in the same +-- On Windows, *argv* is passed to `cmd.exe`: `%COMSPEC% /c [argv]`. +-- At the moment, only the Windows terminal version spawns processes in the same -- thread. -- @param argv A command line string that contains the program's name followed -- by arguments to pass to it. `PATH` is searched for program names. |