diff options
author | 2009-01-21 13:26:36 -0500 | |
---|---|---|
committer | 2009-01-21 13:26:36 -0500 | |
commit | 991fbfe0d1595705bf53857d96a268ecb0d34371 (patch) | |
tree | e12b70c57d881d60ed00762b36d6e6b3a8dfefba /modules/textadept/run.lua | |
parent | 6e859677d9a217bd6e4049795183706e8319e132 (diff) | |
download | textadept-991fbfe0d1595705bf53857d96a268ecb0d34371.tar.gz textadept-991fbfe0d1595705bf53857d96a268ecb0d34371.zip |
Updated some LuaDoc.
Diffstat (limited to 'modules/textadept/run.lua')
-rw-r--r-- | modules/textadept/run.lua | 2 |
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) |