diff options
author | 2010-10-24 23:56:48 -0400 | |
---|---|---|
committer | 2010-10-24 23:56:48 -0400 | |
commit | 4d5a637dbcfa3e10cf6913d5df528d4f7cdcd5ae (patch) | |
tree | c73725c2a8442b8ff35bf4cfe8700870966b6d80 /core | |
parent | 0c081ccd902d1bda0b740bdd703c19886c8be138 (diff) | |
download | textadept-4d5a637dbcfa3e10cf6913d5df528d4f7cdcd5ae.tar.gz textadept-4d5a637dbcfa3e10cf6913d5df528d4f7cdcd5ae.zip |
Updated LuaDoc; core/._G.luadoc
Diffstat (limited to 'core')
-rw-r--r-- | core/._G.luadoc | 3 |
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. |