diff options
author | 2011-12-13 08:18:09 -0500 | |
---|---|---|
committer | 2011-12-13 08:18:09 -0500 | |
commit | ddd7cb1720c3561ddd2ff850e0aefdbaf4675197 (patch) | |
tree | 34e53d7690e10ad6632292bcee1886aecd444a43 /modules/textadept/keys.lua | |
parent | 0847cacbac661692d91d70315d5798af235e489a (diff) | |
download | textadept-ddd7cb1720c3561ddd2ff850e0aefdbaf4675197.tar.gz textadept-ddd7cb1720c3561ddd2ff850e0aefdbaf4675197.zip |
Remove 'package.seeall' from LuaDoc comments.
Diffstat (limited to 'modules/textadept/keys.lua')
-rw-r--r-- | modules/textadept/keys.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/textadept/keys.lua b/modules/textadept/keys.lua index ec9133f3..fb7f3ca8 100644 --- a/modules/textadept/keys.lua +++ b/modules/textadept/keys.lua @@ -10,7 +10,7 @@ local M = {} -- Defines key commands for Textadept. -- This set of key commands is pretty standard among other text editors. -- This module, should be 'require'ed last, but before _m.textadept.menu. -module('_m.textadept.keys', package.seeall)]] +module('_m.textadept.keys')]] local keys, _buffer, _view = keys, buffer, view local m_textadept, m_editing = _m.textadept, _m.textadept.editing |