diff options
author | 2010-11-15 22:27:59 -0500 | |
---|---|---|
committer | 2010-11-15 22:27:59 -0500 | |
commit | 9309bf0090968be7b1c0fea82c361e32c7d51ad3 (patch) | |
tree | d145985bc9f36434ec762b9f67cd2a4e9a99cb5f /modules/textadept/keys.lua | |
parent | 9c600dbc20fd5e0b990d66e74d0b86e426638a0f (diff) | |
download | textadept-9309bf0090968be7b1c0fea82c361e32c7d51ad3.tar.gz textadept-9309bf0090968be7b1c0fea82c361e32c7d51ad3.zip |
LuaDoc cleanup.
Diffstat (limited to 'modules/textadept/keys.lua')
-rw-r--r-- | modules/textadept/keys.lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/textadept/keys.lua b/modules/textadept/keys.lua index baea06a8..67512b51 100644 --- a/modules/textadept/keys.lua +++ b/modules/textadept/keys.lua @@ -77,8 +77,8 @@ module('_m.textadept.keys', package.seeall) -- ## Key Command Precedence -- -- When searching for a key command to execute in the `keys` table, key commands --- in the current style have priority, followed by the ones in the current lexer, --- and finally the ones in the global table. +-- in the current style have priority, followed by the ones in the current +-- lexer, and finally the ones in the global table. -- -- ## Example -- |