diff options
Diffstat (limited to 'core/keys.lua')
-rw-r--r-- | core/keys.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/keys.lua b/core/keys.lua index e02b0454..f4f1849a 100644 --- a/core/keys.lua +++ b/core/keys.lua @@ -36,7 +36,7 @@ module('keys')]] -- -- For key values less than 255, Lua's [`string.char()`][string_char] is used to -- determine the key's string representation. Otherwise, the --- [`KEYSYMS`](../modules/_m.textadept.keys.html#KEYSYMS) lookup table is used. +-- [`KEYSYMS`](../modules/_M.textadept.keys.html#KEYSYMS) lookup table is used. -- -- [string_char]: http://www.lua.org/manual/5.1/manual.html#pdf-string.char -- |