aboutsummaryrefslogtreecommitdiff
path: root/core/keys.lua
diff options
context:
space:
mode:
Diffstat (limited to 'core/keys.lua')
-rw-r--r--core/keys.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/keys.lua b/core/keys.lua
index 59c92f51..338c54e9 100644
--- a/core/keys.lua
+++ b/core/keys.lua
@@ -60,7 +60,7 @@ local M = {}
--
-- keys['cn'] = buffer.new
-- keys['cs'] = buffer.save
--- keys['a('] = {_M.textadept.editing.enclose, '(', ')'}
+-- keys['a('] = {textadept.editing.enclose, '(', ')'}
-- keys['cu'] = function() io.snapopen(_USERHOME) end
--
-- Textadept handles [`buffer`][] references properly in static contexts.