aboutsummaryrefslogtreecommitdiff
path: root/modules/textadept
diff options
context:
space:
mode:
authormitchell <70453897+orbitalquark@users.noreply.github.com>2020-11-30 11:04:27 -0500
committermitchell <70453897+orbitalquark@users.noreply.github.com>2020-11-30 11:04:27 -0500
commitc352e1e45b98f31fc0fb67c7296c7ada77732777 (patch)
tree1891b567482eecd3fa7597b38690d43ad6646f05 /modules/textadept
parent4d661eb109e242db21deb2667b60b3a3f48c2fc7 (diff)
downloadtextadept-c352e1e45b98f31fc0fb67c7296c7ada77732777.tar.gz
textadept-c352e1e45b98f31fc0fb67c7296c7ada77732777.zip
Updated LuaDoc.
Diffstat (limited to 'modules/textadept')
-rw-r--r--modules/textadept/command_entry.lua2
1 files changed, 1 insertions, 1 deletions
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}