aboutsummaryrefslogtreecommitdiffhomepage
path: root/core/init.lua
diff options
context:
space:
mode:
authorGravatar mitchell <70453897+667e-11@users.noreply.github.com>2015-09-27 14:28:56 -0400
committerGravatar mitchell <70453897+667e-11@users.noreply.github.com>2015-09-27 14:28:56 -0400
commitbc975051ce0e9bb8775dfc95dc5ce21d8f1837d2 (patch)
tree08276ac3e80364d8b28d55fb34d65ecacd2f2a20 /core/init.lua
parent1f2df3d7fe820867d66f050d921f16488f5a9ba0 (diff)
Updated LuaDoc; core/init.lua
Diffstat (limited to 'core/init.lua')
-rw-r--r--core/init.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/init.lua b/core/init.lua
index d3f50750..38e19ace 100644
--- a/core/init.lua
+++ b/core/init.lua
@@ -168,7 +168,7 @@ local timeout
-- available at the time.
-- @param exit_cb Optional Lua function that is called when the child process
-- finishes. The child's exit status is passed.
--- @return proc
+-- @return proc or nil plus an error message on failure
-- @usage spawn('lua buffer.filename', nil, print)
-- @usage proc = spawn('lua -e "print(io.read())"', nil, print)
-- proc:write('foo\n')