aboutsummaryrefslogtreecommitdiffhomepage
path: root/core/keys.lua
diff options
context:
space:
mode:
authorGravatar mitchell <70453897+667e-11@users.noreply.github.com>2015-03-11 16:53:07 -0400
committerGravatar mitchell <70453897+667e-11@users.noreply.github.com>2015-03-11 16:53:07 -0400
commit85450b9983ec16b27981572c258298e6fbf2f59d (patch)
tree3a9557314cad78bde44d9d2030110339b73669f4 /core/keys.lua
parent920c230f140c38ec072da27e522053aed2a9af75 (diff)
Updated to Lua 5.3, LPeg 0.12.2, and lfs 1.6.3.
LuaJIT uses Lua 5.3's new utf8 library. Restored documentation for Lua 5.1 symbols and added deprecation notes.
Diffstat (limited to 'core/keys.lua')
-rw-r--r--core/keys.lua1
1 files changed, 0 insertions, 1 deletions
diff --git a/core/keys.lua b/core/keys.lua
index e55f71d0..e1d2b70f 100644
--- a/core/keys.lua
+++ b/core/keys.lua
@@ -152,7 +152,6 @@ local keychain = {}
---
-- The current chain of key sequences. (Read-only.)
--- Use the '#' operator (instead of `ipairs()`) for iteration.
-- @class table
-- @name keychain
M.keychain = setmetatable({}, {