aboutsummaryrefslogtreecommitdiff
path: root/core/init.lua
diff options
context:
space:
mode:
authormitchell <70453897+667e-11@users.noreply.github.com>2012-01-17 20:19:15 -0500
committermitchell <70453897+667e-11@users.noreply.github.com>2012-01-17 20:19:15 -0500
commit97ea188d73d72fd9807eee7710b55bde39a6ef5a (patch)
tree7939eb06cc4be7fcd414244aea0eb3fd9e09f75a /core/init.lua
parentd64023344dc20f539b2830acddf07bfaed73f944 (diff)
downloadtextadept-97ea188d73d72fd9807eee7710b55bde39a6ef5a.tar.gz
textadept-97ea188d73d72fd9807eee7710b55bde39a6ef5a.zip
Updated LuaDoc.
Diffstat (limited to 'core/init.lua')
-rw-r--r--core/init.lua6
1 files changed, 0 insertions, 6 deletions
diff --git a/core/init.lua b/core/init.lua
index b2ec28ea..71440ca8 100644
--- a/core/init.lua
+++ b/core/init.lua
@@ -82,12 +82,6 @@ local _BUFFERS
-- @usage _VIEWS[view] returns the index of the current view in _VIEWS.
local _VIEWS
----
--- Contains all messages used by Textadept for localization.
--- @class table
--- @name _L
-local _L
-
-- The functions below are Lua C functions.
---