diff options
Diffstat (limited to 'modules/textadept/run.lua')
-rw-r--r-- | modules/textadept/run.lua | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/modules/textadept/run.lua b/modules/textadept/run.lua index cd7f7b51..2faf38bf 100644 --- a/modules/textadept/run.lua +++ b/modules/textadept/run.lua @@ -358,8 +358,7 @@ local function is_msg_buf(buf) return buf._type == _L['[Message Buffer]'] end -- @param line The line number in the message buffer that contains the -- compile/run warning or error to go to. -- @param next Optional flag indicating whether to go to the next recognized --- warning/error or the previous one. Only applicable when *line* is `nil` or --- `false`. +-- warning/error or the previous one. Only applicable when *line* is `nil`. -- @see error_patterns -- @name goto_error function M.goto_error(line, next) |