From e22d2bf663a4cc4fbeed5730c8f0ec7a446e43c8 Mon Sep 17 00:00:00 2001 From: mitchell <70453897+667e-11@users.noreply.github.com> Date: Thu, 23 Jun 2011 22:35:20 -0400 Subject: Use string constants for event names. --- core/args.lua | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) (limited to 'core/args.lua') 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** ()
--- 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 -- cgit v1.2.3