diff options
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 -- |