From cd5994c518513a5adca92bdc14b6d721b95310ac Mon Sep 17 00:00:00 2001 From: mitchell <70453897+667e-11@users.noreply.github.com> Date: Sat, 1 Dec 2012 18:40:57 -0500 Subject: Updated parameter LuaDoc. --- modules/textadept/run.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/textadept/run.lua') 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) -- cgit v1.2.3