aboutsummaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authormitchell <70453897+667e-11@users.noreply.github.com>2009-01-21 13:26:36 -0500
committermitchell <70453897+667e-11@users.noreply.github.com>2009-01-21 13:26:36 -0500
commit991fbfe0d1595705bf53857d96a268ecb0d34371 (patch)
treee12b70c57d881d60ed00762b36d6e6b3a8dfefba /modules
parent6e859677d9a217bd6e4049795183706e8319e132 (diff)
downloadtextadept-991fbfe0d1595705bf53857d96a268ecb0d34371.tar.gz
textadept-991fbfe0d1595705bf53857d96a268ecb0d34371.zip
Updated some LuaDoc.
Diffstat (limited to 'modules')
-rw-r--r--modules/textadept/run.lua2
1 files changed, 1 insertions, 1 deletions
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)