From c352e1e45b98f31fc0fb67c7296c7ada77732777 Mon Sep 17 00:00:00 2001 From: mitchell <70453897+orbitalquark@users.noreply.github.com> Date: Mon, 30 Nov 2020 11:04:27 -0500 Subject: Updated LuaDoc. --- modules/textadept/command_entry.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/textadept') diff --git a/modules/textadept/command_entry.lua b/modules/textadept/command_entry.lua index d7475a8c..2093001c 100644 --- a/modules/textadept/command_entry.lua +++ b/modules/textadept/command_entry.lua @@ -190,7 +190,7 @@ local function complete_lua() M:auto_c_show(#part - 1, table.concat(cmpls, string.char(M.auto_c_separator))) end --- Key mode for entering Lua commands. +-- Mode for entering Lua commands. -- @class table -- @name lua_keys local lua_keys = {['\t'] = complete_lua} -- cgit v1.2.3