diff options
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 |