diff options
author | 2011-09-27 21:20:33 -0400 | |
---|---|---|
committer | 2011-09-27 21:20:33 -0400 | |
commit | 132e362f44e00cd93e04967efbfc138c53a47ee4 (patch) | |
tree | 9d68dcdca8d687e922a277f137813a09d9b4b12d /core/.find.luadoc | |
parent | 43e9f2528415e8f2d43e7ba65f0d4c5b5d5adff4 (diff) | |
download | textadept-132e362f44e00cd93e04967efbfc138c53a47ee4.tar.gz textadept-132e362f44e00cd93e04967efbfc138c53a47ee4.zip |
Reformatted some LuaDoc.
Diffstat (limited to 'core/.find.luadoc')
-rw-r--r-- | core/.find.luadoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/.find.luadoc b/core/.find.luadoc index 7b7a474b..605cee59 100644 --- a/core/.find.luadoc +++ b/core/.find.luadoc @@ -70,7 +70,7 @@ function find_incremental() end --- -- Performs a find in files with the given directory. --- Use the gui.find fields to set the text to find and find options. +-- Use the `gui.find` fields to set the text to find and option flags. -- @param utf8_dir UTF-8 encoded directory name. If none is provided, the user -- is prompted for one. function find_in_files(utf8_dir) end |