diff options
author | 2012-12-01 18:40:57 -0500 | |
---|---|---|
committer | 2012-12-01 18:40:57 -0500 | |
commit | cd5994c518513a5adca92bdc14b6d721b95310ac (patch) | |
tree | 24a0553c91332a35788bc12ac57336b829e8fa07 /modules/textadept/run.lua | |
parent | 6693478c076f4d58b709ac9deba809cd9d84a6ee (diff) | |
download | textadept-cd5994c518513a5adca92bdc14b6d721b95310ac.tar.gz textadept-cd5994c518513a5adca92bdc14b6d721b95310ac.zip |
Updated parameter LuaDoc.
Diffstat (limited to 'modules/textadept/run.lua')
-rw-r--r-- | modules/textadept/run.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/textadept/run.lua b/modules/textadept/run.lua index a4089e5a..2fe9f115 100644 --- a/modules/textadept/run.lua +++ b/modules/textadept/run.lua @@ -193,7 +193,7 @@ M.error_detail = {} -- the error message. -- This is typically called by an event handler for when the user double-clicks -- on an error message. --- @param pos The position of the caret. +-- @param pos The position of the caret in the buffer. -- @param line_num The line number the caret is on with the error message. -- @see error_detail function goto_error(pos, line_num) |