diff options
author | 2010-11-15 22:27:59 -0500 | |
---|---|---|
committer | 2010-11-15 22:27:59 -0500 | |
commit | 9309bf0090968be7b1c0fea82c361e32c7d51ad3 (patch) | |
tree | d145985bc9f36434ec762b9f67cd2a4e9a99cb5f /core/file_io.lua | |
parent | 9c600dbc20fd5e0b990d66e74d0b86e426638a0f (diff) | |
download | textadept-9309bf0090968be7b1c0fea82c361e32c7d51ad3.tar.gz textadept-9309bf0090968be7b1c0fea82c361e32c7d51ad3.zip |
LuaDoc cleanup.
Diffstat (limited to 'core/file_io.lua')
-rw-r--r-- | core/file_io.lua | 4 |
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. -- |