diff options
-rw-r--r-- | modules/textadept/find.lua | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/modules/textadept/find.lua b/modules/textadept/find.lua index be6d767c..4639c42e 100644 --- a/modules/textadept/find.lua +++ b/modules/textadept/find.lua @@ -53,9 +53,9 @@ local M = ui.find -- The text of the "In files" label. -- This is primarily used for localization. -- @field _G.events.FIND_WRAPPED (string) --- Emitted when a text search wraps, either from bottom to top (when searching --- for a next occurrence), or from top to bottom (when searching for a --- previous occurrence). +-- Emitted when a text search wraps (passes through the beginning of the +-- buffer), either from bottom to top (when searching for a next occurrence), +-- or from top to bottom (when searching for a previous occurrence). -- This is useful for implementing a more visual or audible notice when a -- search wraps in addition to the statusbar message. module('ui.find')]] |