aboutsummaryrefslogtreecommitdiff
path: root/core/keys.lua
diff options
context:
space:
mode:
Diffstat (limited to 'core/keys.lua')
-rw-r--r--core/keys.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/keys.lua b/core/keys.lua
index 6cd81953..ba1df7b4 100644
--- a/core/keys.lua
+++ b/core/keys.lua
@@ -58,7 +58,7 @@ local M = {}
--
-- keys['cn'] = new_buffer
-- keys['cs'] = buffer.save
--- keys['a('] = { _M.textadept.editing.enclose, '(', ')' }
+-- keys['a('] = {_M.textadept.editing.enclose, '(', ')'}
--
-- Note that [`buffer`][] references are handled properly.
--
@@ -75,7 +75,7 @@ local M = {}
-- keys['aa'] = {
-- a = function1,
-- b = function2,
--- c = { function3, arg1, arg2 }
+-- c = {function3, arg1, arg2}
-- }
-- @field CLEAR (string)
-- The string representing the key sequence that clears the current key chain.