From 991fbfe0d1595705bf53857d96a268ecb0d34371 Mon Sep 17 00:00:00 2001 From: mitchell <70453897+667e-11@users.noreply.github.com> Date: Wed, 21 Jan 2009 13:26:36 -0500 Subject: Updated some LuaDoc. --- modules/textadept/run.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules') diff --git a/modules/textadept/run.lua b/modules/textadept/run.lua index 1d9842a5..9a9901f9 100644 --- a/modules/textadept/run.lua +++ b/modules/textadept/run.lua @@ -7,7 +7,7 @@ local textadept = _G.textadept module('_m.textadept.run', package.seeall) --- --- [Local function] Prints a command to Textadept. +-- [Local function] Prints a command and its output to Textadept. -- @param cmd The OS command executed. -- @param output The output from that OS command. local function print_command(cmd, output) -- cgit v1.2.3