diff options
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) |