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 ac782df1..bcfc8f7c 100644
--- a/core/keys.lua
+++ b/core/keys.lua
@@ -59,7 +59,7 @@ local M = {}
-- functionally equivalent; you can use either. Examples are:
--
-- keys['cn'] = buffer.new
--- keys['cs'] = buffer.save
+-- keys['cz'] = buffer.undo
-- keys['a('] = {textadept.editing.enclose, '(', ')'}
-- keys['cu'] = function() io.snapopen(_USERHOME) end
--