aboutsummaryrefslogtreecommitdiff
path: root/modules/textadept/find.lua
diff options
context:
space:
mode:
authormitchell <70453897+667e-11@users.noreply.github.com>2012-12-01 18:40:57 -0500
committermitchell <70453897+667e-11@users.noreply.github.com>2012-12-01 18:40:57 -0500
commitcd5994c518513a5adca92bdc14b6d721b95310ac (patch)
tree24a0553c91332a35788bc12ac57336b829e8fa07 /modules/textadept/find.lua
parent6693478c076f4d58b709ac9deba809cd9d84a6ee (diff)
downloadtextadept-cd5994c518513a5adca92bdc14b6d721b95310ac.tar.gz
textadept-cd5994c518513a5adca92bdc14b6d721b95310ac.zip
Updated parameter LuaDoc.
Diffstat (limited to 'modules/textadept/find.lua')
-rw-r--r--modules/textadept/find.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/textadept/find.lua b/modules/textadept/find.lua
index 65ea70ef..ade3fd1b 100644
--- a/modules/textadept/find.lua
+++ b/modules/textadept/find.lua
@@ -93,7 +93,7 @@ local escapes = {
-- search text and options and prints the results to a buffer.
-- Use the `find_text`, `match_case`, `whole_word`, and `lua` fields to set the
-- search text and option flags, respectively.
--- @param utf8_dir Optional UTF-8 encoded directory name to search. If `nil`,
+-- @param utf8_dir Optional UTF-8-encoded directory name to search. If `nil`,
-- the user is prompted for one.
-- @name find_in_files
function find.find_in_files(utf8_dir)