aboutsummaryrefslogtreecommitdiff
path: root/core/file_io.lua
diff options
context:
space:
mode:
authormitchell <70453897+667e-11@users.noreply.github.com>2010-11-15 22:27:59 -0500
committermitchell <70453897+667e-11@users.noreply.github.com>2010-11-15 22:27:59 -0500
commit9309bf0090968be7b1c0fea82c361e32c7d51ad3 (patch)
treed145985bc9f36434ec762b9f67cd2a4e9a99cb5f /core/file_io.lua
parent9c600dbc20fd5e0b990d66e74d0b86e426638a0f (diff)
downloadtextadept-9309bf0090968be7b1c0fea82c361e32c7d51ad3.tar.gz
textadept-9309bf0090968be7b1c0fea82c361e32c7d51ad3.zip
LuaDoc cleanup.
Diffstat (limited to 'core/file_io.lua')
-rw-r--r--core/file_io.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/file_io.lua b/core/file_io.lua
index b6643f64..74d5b71f 100644
--- a/core/file_io.lua
+++ b/core/file_io.lua
@@ -15,8 +15,8 @@ module('io', package.seeall)
-- UTF-8 is compatible with it. Problems may arise for files with more exotic
-- encodings that may not be detected properly, if at all. When opening a file,
-- the list of encodings tried before throwing a `conversion failed` error is in
--- `core/file_io.lua`'s [`try_encodings`](#try_encodings). Textadept respects the
--- detected encoding when saving the file.
+-- `core/file_io.lua`'s [`try_encodings`](#try_encodings). Textadept respects
+-- the detected encoding when saving the file.
--
-- New files are saved as UTF-8 by default.
--