aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormitchell <70453897+667e-11@users.noreply.github.com>2017-03-15 10:48:58 -0400
committermitchell <70453897+667e-11@users.noreply.github.com>2017-03-15 10:48:58 -0400
commit9f0f4e8143fca5f46529c4af2713ecca55a9bb3e (patch)
treee8ed223f91d54a1b74bd0f0e3e707d5f92bac690
parent7f1f0258b07277716a77c0bf973fd33c76f2f725 (diff)
downloadtextadept-9f0f4e8143fca5f46529c4af2713ecca55a9bb3e.tar.gz
textadept-9f0f4e8143fca5f46529c4af2713ecca55a9bb3e.zip
Updated LuaDoc; core/init.lua
-rw-r--r--core/init.lua3
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.