aboutsummaryrefslogtreecommitdiff
path: root/modules/textadept/find.lua
diff options
context:
space:
mode:
Diffstat (limited to 'modules/textadept/find.lua')
-rw-r--r--modules/textadept/find.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/textadept/find.lua b/modules/textadept/find.lua
index 561cae5b..366e4774 100644
--- a/modules/textadept/find.lua
+++ b/modules/textadept/find.lua
@@ -223,8 +223,8 @@ end
-- *anchor* indicates whether or not to search for *text* starting from the
-- caret position instead of the position where the incremental search began.
-- Only the `match_case` find option is recognized. Normal command entry
--- functionality is unavailable until the search is finished by pressing `Esc`
--- (`⎋` on Mac OSX | `Esc` in curses).
+-- functionality is unavailable until the search is finished or by pressing
+-- `Esc` (`⎋` on Mac OSX | `Esc` in curses).
-- @param text The text to incrementally search for, or `nil` to begin an
-- incremental search.
-- @param next Flag indicating whether or not the search direction is forward.