aboutsummaryrefslogtreecommitdiff
path: root/core/init.lua
diff options
context:
space:
mode:
authormitchell <70453897+667e-11@users.noreply.github.com>2013-10-18 10:23:57 -0400
committermitchell <70453897+667e-11@users.noreply.github.com>2013-10-18 10:23:57 -0400
commitee19e174bb060bbe96565af91975ed3118bc894d (patch)
tree652d622ea36690bd5f52bc938d8ec5795de31eb2 /core/init.lua
parenta488a97c9eb58d8e9db224f3793c74f23d26b07e (diff)
downloadtextadept-ee19e174bb060bbe96565af91975ed3118bc894d.tar.gz
textadept-ee19e174bb060bbe96565af91975ed3118bc894d.zip
More LuaDoc updates.
Diffstat (limited to 'core/init.lua')
-rw-r--r--core/init.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/init.lua b/core/init.lua
index b0458f0e..374689b7 100644
--- a/core/init.lua
+++ b/core/init.lua
@@ -33,7 +33,7 @@ if jit then module, package.searchers, bit32 = nil, package.loaders, bit end
-- machines *~/* is the value of "$HOME", typically */home/username/* and
-- */Users/username/* respectively.
-- @field _CHARSET (string)
--- The character encoding of the filesystem.
+-- The filesystem's character encoding.
-- This is used when [working with files](io.html).
-- @field WIN32 (bool)
-- Whether or not Textadept is running on Windows.