diff --git a/lisp/progmodes/lua-mode.el b/lisp/progmodes/lua-mode.el index 622adc1d29d..bc042599759 100644 --- a/lisp/progmodes/lua-mode.el +++ b/lisp/progmodes/lua-mode.el @@ -354,8 +354,8 @@ traceback location." ("string" . ("byte" "char" "dump" "find" "format" "gmatch" "gsub" "len" "lower" "match" "pack" "packsize" "rep" "reverse" "sub" "unpack" "upper")) - ("table" . ("concat" "insert" "maxn" "move" "pack" "remove" "sort" - "unpack")) + ("table" . ("concat" "create" "insert" "maxn" "move" "pack" "remove" + "sort" "unpack")) ("utf8" . ("char" "charpattern" "codepoint" "codes" "len" "offset")))))