aboutsummaryrefslogtreecommitdiff
path: root/core/keys.lua
diff options
context:
space:
mode:
authormitchell <70453897+667e-11@users.noreply.github.com>2014-05-28 22:40:49 -0400
committermitchell <70453897+667e-11@users.noreply.github.com>2014-05-28 22:40:49 -0400
commit4c4377908efc3e634f01b4dbd3d22bd03aff2454 (patch)
treeb7b7a8a4e014449b4390beea5511d7bba766b736 /core/keys.lua
parent016a786eddabc2060dc52a75a8db7b77d737116c (diff)
downloadtextadept-4c4377908efc3e634f01b4dbd3d22bd03aff2454.tar.gz
textadept-4c4377908efc3e634f01b4dbd3d22bd03aff2454.zip
Updated LuaDoc.
Diffstat (limited to 'core/keys.lua')
-rw-r--r--core/keys.lua3
1 files changed, 1 insertions, 2 deletions
diff --git a/core/keys.lua b/core/keys.lua
index 4eb301f4..4c84dbce 100644
--- a/core/keys.lua
+++ b/core/keys.lua
@@ -106,8 +106,7 @@ local M = {}
-- @field CLEAR (string)
-- The key that clears the current key chain.
-- It cannot be part of a key chain.
--- The default value is `'esc'` for the `Esc` (`⎋` on Mac OSX | `Esc` in
--- curses) key.
+-- The default value is `'esc'` for the `Esc` key.
-- @field LANGUAGE_MODULE_PREFIX (string)
-- The prefix key of the key chain reserved for language modules.
-- The default value is `'cl'` on platforms other than Mac OSX, `'ml'`