diff options
author | 2012-01-17 20:19:15 -0500 | |
---|---|---|
committer | 2012-01-17 20:19:15 -0500 | |
commit | 97ea188d73d72fd9807eee7710b55bde39a6ef5a (patch) | |
tree | 7939eb06cc4be7fcd414244aea0eb3fd9e09f75a /core/init.lua | |
parent | d64023344dc20f539b2830acddf07bfaed73f944 (diff) | |
download | textadept-97ea188d73d72fd9807eee7710b55bde39a6ef5a.tar.gz textadept-97ea188d73d72fd9807eee7710b55bde39a6ef5a.zip |
Updated LuaDoc.
Diffstat (limited to 'core/init.lua')
-rw-r--r-- | core/init.lua | 6 |
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. --- |