diff options
Diffstat (limited to 'core/args.lua')
-rw-r--r-- | core/args.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/args.lua b/core/args.lua index 15b614d3..e6db7696 100644 --- a/core/args.lua +++ b/core/args.lua @@ -9,7 +9,7 @@ local M = {} -- ## Arg Events -- -- + `'arg_none'` --- Called when no command line arguments are passed to Textadept on startup. +-- Emitted when no command line arguments are passed to Textadept on startup. module('args')]] local arg = arg |