aboutsummaryrefslogtreecommitdiffhomepage
path: root/modules
diff options
context:
space:
mode:
authorGravatar mitchell <70453897+667e-11@users.noreply.github.com>2014-04-06 09:08:21 -0400
committerGravatar mitchell <70453897+667e-11@users.noreply.github.com>2014-04-06 09:08:21 -0400
commit1a5c81000bb47b2df408d3a55318d2b9f04427f0 (patch)
tree357b2f07bf8cb779064f170825beb5dfcfecfcfc /modules
parent818ee475aa4f4d1d35356b6fa4d36254eaafa593 (diff)
Clarified "wrapping" in find/replace; modules/textadept/find.lua
Diffstat (limited to 'modules')
-rw-r--r--modules/textadept/find.lua6
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')]]