aboutsummaryrefslogtreecommitdiffhomepage
path: root/core/args.lua
diff options
context:
space:
mode:
authorGravatar mitchell <70453897+667e-11@users.noreply.github.com>2016-06-15 17:27:55 -0400
committerGravatar mitchell <70453897+667e-11@users.noreply.github.com>2016-06-15 17:27:55 -0400
commit190f9aaeb206bfe209291898fae17880d5f62748 (patch)
tree3ce9c580c2445d97615c418218dac43cb963786d /core/args.lua
parent27c42565b3b1cccf0c2eb5770614b67617de6b48 (diff)
Lots of small LuaDoc improvements (grammar mainly).
Diffstat (limited to 'core/args.lua')
-rw-r--r--core/args.lua3
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')]]