From 1a5c81000bb47b2df408d3a55318d2b9f04427f0 Mon Sep 17 00:00:00 2001 From: mitchell <70453897+667e-11@users.noreply.github.com> Date: Sun, 6 Apr 2014 09:08:21 -0400 Subject: Clarified "wrapping" in find/replace; modules/textadept/find.lua --- modules/textadept/find.lua | 6 +++--- 1 file 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')]] -- cgit v1.2.3