aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormitchell <70453897+667e-11@users.noreply.github.com>2010-10-24 23:56:48 -0400
committermitchell <70453897+667e-11@users.noreply.github.com>2010-10-24 23:56:48 -0400
commit4d5a637dbcfa3e10cf6913d5df528d4f7cdcd5ae (patch)
treec73725c2a8442b8ff35bf4cfe8700870966b6d80
parent0c081ccd902d1bda0b740bdd703c19886c8be138 (diff)
downloadtextadept-4d5a637dbcfa3e10cf6913d5df528d4f7cdcd5ae.tar.gz
textadept-4d5a637dbcfa3e10cf6913d5df528d4f7cdcd5ae.zip
Updated LuaDoc; core/._G.luadoc
-rw-r--r--core/._G.luadoc3
1 files changed, 2 insertions, 1 deletions
diff --git a/core/._G.luadoc b/core/._G.luadoc
index 2c7348b6..dfac3e30 100644
--- a/core/._G.luadoc
+++ b/core/._G.luadoc
@@ -57,7 +57,8 @@ function new_buffer() end
-- false return value stops repetition.
-- @param interval The interval in seconds to call the function after.
-- @param f The function to call.
-function timeout(interval, f) end
+-- @param ... Additional arguments to pass to f.
+function timeout(interval, f, ...) end
---
-- Resets the Lua state by reloading all init scripts.