aboutsummaryrefslogtreecommitdiff
path: root/modules/lua/commands.lua
diff options
context:
space:
mode:
authormitchell <70453897+667e-11@users.noreply.github.com>2010-11-15 22:27:59 -0500
committermitchell <70453897+667e-11@users.noreply.github.com>2010-11-15 22:27:59 -0500
commit9309bf0090968be7b1c0fea82c361e32c7d51ad3 (patch)
treed145985bc9f36434ec762b9f67cd2a4e9a99cb5f /modules/lua/commands.lua
parent9c600dbc20fd5e0b990d66e74d0b86e426638a0f (diff)
downloadtextadept-9309bf0090968be7b1c0fea82c361e32c7d51ad3.tar.gz
textadept-9309bf0090968be7b1c0fea82c361e32c7d51ad3.zip
LuaDoc cleanup.
Diffstat (limited to 'modules/lua/commands.lua')
-rw-r--r--modules/lua/commands.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/lua/commands.lua b/modules/lua/commands.lua
index 26fb08a1..e8c11773 100644
--- a/modules/lua/commands.lua
+++ b/modules/lua/commands.lua
@@ -24,7 +24,7 @@ module('_m.lua.commands', package.seeall)
--
-- #### Syntax
--
--- Fields are recognized as Lua line comments of the form ``-- * `field_name` ``.
+-- Fields are recognized as Lua comments of the form ``-- * `field_name` ``.
-- Functions are recognized as Lua functions of the form `function func(args)`
-- or `function namespace:func(args)`. `.`-completion shows autocompletion for
-- both fields and functions using the first function syntax. `:`-completion