aboutsummaryrefslogtreecommitdiff
path: root/core/file_io.lua
diff options
context:
space:
mode:
authormitchell <70453897+667e-11@users.noreply.github.com>2013-09-23 23:25:15 -0400
committermitchell <70453897+667e-11@users.noreply.github.com>2013-09-23 23:25:15 -0400
commit3f566741f708030014a56ad0c69e874db7ec4240 (patch)
treea1e686d8ce3d75db73c322e29fc4c1659ad72b50 /core/file_io.lua
parent32edfc6757c760100487e6b1dae562464ad73992 (diff)
downloadtextadept-3f566741f708030014a56ad0c69e874db7ec4240.tar.gz
textadept-3f566741f708030014a56ad0c69e874db7ec4240.zip
Code and documentation cleanup.
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 17ca2824..ce3bf8ec 100644
--- a/core/file_io.lua
+++ b/core/file_io.lua
@@ -184,7 +184,7 @@ function io.reload_file()
end
---
--- Converts the current buffer's contents to string encoding *encoding*.
+-- Converts the current buffer's contents to encoding *encoding*.
-- @param encoding The string encoding to set. Valid encodings are ones that GNU
-- iconv accepts.
-- @usage io.set_buffer_encoding('ASCII')