diff options
author | 2014-05-28 22:40:49 -0400 | |
---|---|---|
committer | 2014-05-28 22:40:49 -0400 | |
commit | 4c4377908efc3e634f01b4dbd3d22bd03aff2454 (patch) | |
tree | b7b7a8a4e014449b4390beea5511d7bba766b736 /core/keys.lua | |
parent | 016a786eddabc2060dc52a75a8db7b77d737116c (diff) | |
download | textadept-4c4377908efc3e634f01b4dbd3d22bd03aff2454.tar.gz textadept-4c4377908efc3e634f01b4dbd3d22bd03aff2454.zip |
Updated LuaDoc.
Diffstat (limited to 'core/keys.lua')
-rw-r--r-- | core/keys.lua | 3 |
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'` |