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