aboutsummaryrefslogtreecommitdiff
path: root/core/file_io.lua
diff options
context:
space:
mode:
Diffstat (limited to 'core/file_io.lua')
-rw-r--r--core/file_io.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/file_io.lua b/core/file_io.lua
index cf364305..8493cb3e 100644
--- a/core/file_io.lua
+++ b/core/file_io.lua
@@ -81,7 +81,7 @@ io.recent_files = {}
-- @usage io.encodings[#io.encodings + 1] = 'UTF-16'
-- @class table
-- @name encodings
-io.encodings = {'UTF-8', 'ASCII', 'ISO-8859-1', 'MacRoman'}
+io.encodings = {'UTF-8', 'ASCII', 'ISO-8859-1'}
---
-- Opens *filenames*, a string filename or list of filenames, or the