From 9bff1b29293b50e506936e93c14d7a65e8b0ea29 Mon Sep 17 00:00:00 2001 From: mitchell <70453897+667e-11@users.noreply.github.com> Date: Fri, 6 Sep 2013 23:42:13 -0400 Subject: Updated LuaDoc. --- core/file_io.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'core/file_io.lua') diff --git a/core/file_io.lua b/core/file_io.lua index 2cf7f08b..967332f8 100644 --- a/core/file_io.lua +++ b/core/file_io.lua @@ -79,7 +79,7 @@ io.SNAPOPEN_MAX = 1000 io.recent_files = {} --- --- List of byte-order marks (BOMs) for identifying unicode file types. +-- List of byte-order marks (BOMs) for identifying unicode file encodings. -- @class table -- @name boms io.boms = { @@ -89,7 +89,7 @@ io.boms = { } --- --- List of encodings to try to decode files as. +-- List of encodings to attempt to decode files as. -- You should add to this list if you get a "Conversion failed" error when -- trying to open a file whose encoding is not recognized. Valid encodings are -- [GNU iconv's encodings][] and include: -- cgit v1.2.3