diff options
Diffstat (limited to 'core/args.lua')
-rw-r--r-- | core/args.lua | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/core/args.lua b/core/args.lua index 834ba973..cb6454b5 100644 --- a/core/args.lua +++ b/core/args.lua @@ -5,9 +5,6 @@ local M = {} --[[ This comment is for LuaDoc. --- -- Processes command line arguments for Textadept. --- --- ## Arg Events --- -- @field _G.events.ARG_NONE (string) -- Emitted when no command line arguments are passed to Textadept on startup. module('args')]] |