From 9309bf0090968be7b1c0fea82c361e32c7d51ad3 Mon Sep 17 00:00:00 2001 From: mitchell <70453897+667e-11@users.noreply.github.com> Date: Mon, 15 Nov 2010 22:27:59 -0500 Subject: LuaDoc cleanup. --- 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 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. -- -- cgit v1.2.3