aboutsummaryrefslogtreecommitdiff
path: root/core/.find.lua
diff options
context:
space:
mode:
authormitchell <70453897+667e-11@users.noreply.github.com>2009-07-19 21:15:25 -0400
committermitchell <70453897+667e-11@users.noreply.github.com>2009-07-19 21:15:25 -0400
commitb9e5e58446c95344b550c0a6ab91aa57ee9468ef (patch)
tree895be7d18801c5aa7a675b476a9663c378742f7f /core/.find.lua
parent49ba42eff07ce4260f34de2fba8725378777ad21 (diff)
downloadtextadept-b9e5e58446c95344b550c0a6ab91aa57ee9468ef.tar.gz
textadept-b9e5e58446c95344b550c0a6ab91aa57ee9468ef.zip
Updated LuaDoc.
Diffstat (limited to 'core/.find.lua')
-rw-r--r--core/.find.lua8
1 files changed, 7 insertions, 1 deletions
diff --git a/core/.find.lua b/core/.find.lua
index 40829cb1..a773f603 100644
--- a/core/.find.lua
+++ b/core/.find.lua
@@ -72,4 +72,10 @@ function replace_all() end
-- Goes to the next or previous file found relative to the file
-- on the current line.
-- @param next Flag indicating whether or not to go to the next file.
-function find.goto_file_in_list(next) end
+function goto_file_in_list(next) end
+
+---
+-- Begins an incremental find using the Lua command entry.
+-- Lua command functionality will be unavailable until the search is finished
+-- (pressing 'Escape' by default).
+function incremental() end