diff options
author | 2011-12-13 08:18:09 -0500 | |
---|---|---|
committer | 2011-12-13 08:18:09 -0500 | |
commit | ddd7cb1720c3561ddd2ff850e0aefdbaf4675197 (patch) | |
tree | 34e53d7690e10ad6632292bcee1886aecd444a43 /core/file_io.lua | |
parent | 0847cacbac661692d91d70315d5798af235e489a (diff) | |
download | textadept-ddd7cb1720c3561ddd2ff850e0aefdbaf4675197.tar.gz textadept-ddd7cb1720c3561ddd2ff850e0aefdbaf4675197.zip |
Remove 'package.seeall' from LuaDoc comments.
Diffstat (limited to 'core/file_io.lua')
-rw-r--r-- | core/file_io.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/file_io.lua b/core/file_io.lua index a5aca1a3..b91ad2b7 100644 --- a/core/file_io.lua +++ b/core/file_io.lua @@ -6,7 +6,7 @@ local events = events --[[ This comment is for LuaDoc. --- -- Extends Lua's io package to provide file input/output routines for Textadept. -module('io', package.seeall)]] +module('io')]] -- Markdown: -- ## Converting Filenames to and from UTF-8 |