diff options
author | 2012-11-19 23:53:30 -0500 | |
---|---|---|
committer | 2012-11-19 23:53:30 -0500 | |
commit | 5f98f4e9afdc411dd492d103ff7e26c258d9b935 (patch) | |
tree | a774d8090f3e6fcbe017b9d1d65307b6da2a8e50 /modules/textadept/snapopen.lua | |
parent | 9cdaf41a724dd0d739611c698e92f4421a2fbafc (diff) | |
download | textadept-5f98f4e9afdc411dd492d103ff7e26c258d9b935.tar.gz textadept-5f98f4e9afdc411dd492d103ff7e26c258d9b935.zip |
Rewrote LuaDoc.
Diffstat (limited to 'modules/textadept/snapopen.lua')
-rw-r--r-- | modules/textadept/snapopen.lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/textadept/snapopen.lua b/modules/textadept/snapopen.lua index 0e91966b..48ad2783 100644 --- a/modules/textadept/snapopen.lua +++ b/modules/textadept/snapopen.lua @@ -6,10 +6,10 @@ local M = {} --- -- Quickly open files in a set of directories using a filtered list dialog. -- @field DEFAULT_DEPTH (number) --- Maximum directory depth to search. +-- The maximum directory depth to search. -- The default value is `99`. -- @field MAX (number) --- Maximum number of files to list. +-- The maximum number of files to list. -- The default value is `1000`. module('_M.textadept.snapopen')]] |