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/find.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/textadept/find.lua') diff --git a/modules/textadept/find.lua b/modules/textadept/find.lua index 1b7a98c5..614dc4e6 100644 --- a/modules/textadept/find.lua +++ b/modules/textadept/find.lua @@ -389,7 +389,7 @@ local function is_ff_buf(buf) return buf._type == _L['[Files Found Buffer]'] end -- @param line_num The line number in the files found buffer that contains the -- search result to go to. -- @param next Optional flag indicating whether to go to the next search result --- or the previous one. Only applicable when *line_num* is `nil` or `false`. +-- or the previous one. Only applicable when *line_num* is `nil`. -- @name goto_file_found function M.goto_file_found(line_num, next) local ff_view, ff_buf = nil, nil -- cgit v1.2.3