diff options
Diffstat (limited to 'modules/textadept/keys.lua')
-rw-r--r-- | modules/textadept/keys.lua | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/modules/textadept/keys.lua b/modules/textadept/keys.lua index 5ef0f8be..0fea59c4 100644 --- a/modules/textadept/keys.lua +++ b/modules/textadept/keys.lua @@ -152,7 +152,8 @@ try_get_cmd3 = function(keys, key_seq) end --- --- [Local function] Helper function to get commands with the current keychain. +-- [Local function] Helper function that gets commands associated with the +-- current keychain. -- If the current item in the keychain is part of a chain, throw an error value -- of -1. This way, pcall will return false and -1, where the -1 can easily and -- efficiently be checked rather than using a string error message. |