diff options
Diffstat (limited to 'core/args.lua')
-rw-r--r-- | core/args.lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/core/args.lua b/core/args.lua index 0f383544..f0b0fcf2 100644 --- a/core/args.lua +++ b/core/args.lua @@ -10,8 +10,8 @@ module('args')]] -- Markdown: -- ## Arg Events -- --- + `'arg_none'`: Called when no command line arguments are passed to Textadept --- on init. +-- + `'arg_none'` +-- Called when no command line arguments are passed to Textadept on init. local arg = arg |