aboutsummaryrefslogtreecommitdiff
path: root/core/args.lua
diff options
context:
space:
mode:
Diffstat (limited to 'core/args.lua')
-rw-r--r--core/args.lua9
1 files changed, 3 insertions, 6 deletions
diff --git a/core/args.lua b/core/args.lua
index d9f959e1..06fc6137 100644
--- a/core/args.lua
+++ b/core/args.lua
@@ -4,13 +4,10 @@
module('args', package.seeall)
-- Markdown:
--- ## Events
+-- ## Arg Events
--
--- The following is a list of all arg events generated in
--- `event_name(arguments)` format:
---
--- * **arg\_none** ()<br />
--- Called when no command line args have been passed to Textadept on init.
+-- * `'arg_none'`: Called when no command line arguments are passed to Textadept
+-- on init.
local arg = arg