From 99543e53c694ed04a9713d3ed5cbc99d68ac0565 Mon Sep 17 00:00:00 2001 From: mitchell <70453897+667e-11@users.noreply.github.com> Date: Fri, 13 Mar 2020 22:55:08 -0400 Subject: More code cleanup and refactoring. --- modules/textadept/run.lua | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'modules/textadept/run.lua') 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) -- cgit v1.2.3