aboutsummaryrefslogtreecommitdiff
path: root/core/file_io.lua
diff options
context:
space:
mode:
authormitchell <70453897+667e-11@users.noreply.github.com>2020-04-16 23:48:49 -0400
committermitchell <70453897+667e-11@users.noreply.github.com>2020-04-16 23:48:49 -0400
commit54ce4ac81d315f75a520094b607a4163ee9b58b4 (patch)
treedbe8980b10590e547cab4c8e281bd6d63544e171 /core/file_io.lua
parent978e5ba0e70cc5fbfe7575e4b1ac8834ce10f97d (diff)
downloadtextadept-54ce4ac81d315f75a520094b607a4163ee9b58b4.tar.gz
textadept-54ce4ac81d315f75a520094b607a4163ee9b58b4.zip
Updated LuaDoc.
Diffstat (limited to 'core/file_io.lua')
-rw-r--r--core/file_io.lua6
1 files changed, 3 insertions, 3 deletions
diff --git a/core/file_io.lua b/core/file_io.lua
index c1996950..7a7d841b 100644
--- a/core/file_io.lua
+++ b/core/file_io.lua
@@ -397,9 +397,9 @@ io.quick_open_filters = {}
-- @param paths Optional string directory path or table of directory paths to
-- search. The default value is the current project's root directory, if
-- available.
--- @param filter Optional filter for files and directories to exclude. The
--- default value is `lfs.default_filter` unless *paths* is a string and a
--- filter for it is defined in `io.quick_open_filters`.
+-- @param filter Optional filter for files and directories to include and/or
+-- exclude. The default value is `lfs.default_filter` unless *paths* is a
+-- string and a filter for it is defined in `io.quick_open_filters`.
-- @param opts Optional table of additional options for
-- `ui.dialogs.filteredlist()`.
-- @usage io.quick_open(buffer.filename:match('^.+/')) -- list all files in the