diff options
Diffstat (limited to 'modules/lua')
-rw-r--r-- | modules/lua/commands.lua | 2 |
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 |