aboutsummaryrefslogtreecommitdiff
path: root/core/keys.lua
diff options
context:
space:
mode:
authormitchell <70453897+667e-11@users.noreply.github.com>2011-03-23 00:06:27 -0400
committermitchell <70453897+667e-11@users.noreply.github.com>2011-03-23 00:06:27 -0400
commitce617fad92178e4293e010fc5b427262f5976912 (patch)
tree32255fca95bb4e62c720c7dfa11f53d6ff01127e /core/keys.lua
parent2bb67ed5f4b61f80c8575b7bd335b4d764f67a3f (diff)
downloadtextadept-ce617fad92178e4293e010fc5b427262f5976912.tar.gz
textadept-ce617fad92178e4293e010fc5b427262f5976912.zip
Rewrote _m.textadept.snippets module.
Snippet syntax has changed; see LuaDoc for details.
Diffstat (limited to 'core/keys.lua')
-rw-r--r--core/keys.lua6
1 files changed, 3 insertions, 3 deletions
diff --git a/core/keys.lua b/core/keys.lua
index b693d523..644efc18 100644
--- a/core/keys.lua
+++ b/core/keys.lua
@@ -58,9 +58,9 @@ module('keys', package.seeall)
-- `lexers/lexer.lua`; examples are `whitespace`, `comment`, and `string`.
--
-- Key commands can be chained like in Emacs using keychain sequences. By
--- default, the `Esc` key cancels the current keychain, but it can be redefined
--- by setting the `keys.clear_sequence` field. Naturally, the clear sequence
--- cannot be chained.
+-- default, the `Esc` key (`Apple+Esc` on Mac OSX) cancels the current keychain,
+-- but it can be redefined by setting the `keys.clear_sequence` field.
+-- Naturally, the clear sequence cannot be chained.
--
-- ## Settings
--