diff options
author | 2013-11-18 14:28:35 -0500 | |
---|---|---|
committer | 2013-11-18 14:28:35 -0500 | |
commit | f75a88a3d3e0d1ecb403bbfa93062bf816c0f2a1 (patch) | |
tree | dde0adb91d1ce9e4066b3e459fa912a0e9a1a295 /modules/textadept/find.lua | |
parent | 87154e0a25d44c0d5090ca5ef84500e596beaf52 (diff) | |
download | textadept-f75a88a3d3e0d1ecb403bbfa93062bf816c0f2a1.tar.gz textadept-f75a88a3d3e0d1ecb403bbfa93062bf816c0f2a1.zip |
LuaDoc updates.
Diffstat (limited to 'modules/textadept/find.lua')
-rw-r--r-- | modules/textadept/find.lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/textadept/find.lua b/modules/textadept/find.lua index 823a2a9f..b6e471d6 100644 --- a/modules/textadept/find.lua +++ b/modules/textadept/find.lua @@ -191,7 +191,7 @@ end -- otherwise continues an incremental search by searching for the next or -- previous instance of string *text* depending on boolean *next*. -- *anchor* indicates whether or not to search for *text* starting from the --- caret position instead of the position where incremental search began at. +-- caret position instead of the position where the incremental search began at. -- 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). @@ -378,7 +378,7 @@ end) --[[ The functions below are Lua C functions. --- --- Displays and focuses the Find & Replace pane. +-- Displays and focuses the Find & Replace Pane. -- @class function -- @name focus local focus |