diff options
author | 2013-04-25 09:34:01 -0400 | |
---|---|---|
committer | 2013-04-25 09:34:01 -0400 | |
commit | 02a014c3d865ce5a426d2fd0f69c801b7f5a0fc0 (patch) | |
tree | 5f51c20606a3cd81312237f305f3fe8845598e26 /modules/textadept/find.lua | |
parent | cb57c684e1fb68ac8b4fc9c26a33bce603265eba (diff) | |
download | textadept-02a014c3d865ce5a426d2fd0f69c801b7f5a0fc0.tar.gz textadept-02a014c3d865ce5a426d2fd0f69c801b7f5a0fc0.zip |
Code and documentation cleanup.
Diffstat (limited to 'modules/textadept/find.lua')
-rw-r--r-- | modules/textadept/find.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/textadept/find.lua b/modules/textadept/find.lua index 3dacfad6..c9d67ade 100644 --- a/modules/textadept/find.lua +++ b/modules/textadept/find.lua @@ -52,7 +52,7 @@ local M = gui.find -- The text of the "In files" label. -- This is primarily used for localization. -- @field _G.events.FIND_WRAPPED (string) --- Called when a search for text wraps, either from bottom to top when +-- Emitted when a search for text wraps, 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 |