diff options
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 0fea59c4..77a5cef7 100644 --- a/modules/textadept/keys.lua +++ b/modules/textadept/keys.lua @@ -12,7 +12,7 @@ -- ALT: The string representing the Alt key. -- ADD: The string representing used to join together a sequence of Control, -- Shift, or Alt modifier keys. -module('modules.textadept.keys', package.seeall) +module('_m.textadept.keys', package.seeall) -- options local SCOPES_ENABLED = true |