From a79590f80c11d9b1aa363d9fd3f96d86bcde74f1 Mon Sep 17 00:00:00 2001 From: mitchell <70453897+667e-11@users.noreply.github.com> Date: Mon, 16 Mar 2020 11:43:28 -0400 Subject: Small documentation update. --- modules/textadept/find.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'modules/textadept') diff --git a/modules/textadept/find.lua b/modules/textadept/find.lua index 614dc4e6..bea17dd2 100644 --- a/modules/textadept/find.lua +++ b/modules/textadept/find.lua @@ -402,7 +402,8 @@ function M.goto_file_found(line_num, next) if not ff_view and not ff_buf then return end if ff_view then ui.goto_view(ff_view) else view:goto_buffer(ff_buf) end - -- If no line was given, find the next search result, wrapping as necessary. + -- If no line number was given, find the next search result, wrapping as + -- necessary. if not assert_type(line_num, 'number/nil', 1) and next ~= nil then if next then buffer:line_end() else buffer:home() end buffer:search_anchor() -- cgit v1.2.3