aboutsummaryrefslogtreecommitdiff
path: root/modules/textadept/filter_through.lua
diff options
context:
space:
mode:
Diffstat (limited to 'modules/textadept/filter_through.lua')
-rw-r--r--modules/textadept/filter_through.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/textadept/filter_through.lua b/modules/textadept/filter_through.lua
index 0e6a0fc0..e31de61f 100644
--- a/modules/textadept/filter_through.lua
+++ b/modules/textadept/filter_through.lua
@@ -4,7 +4,7 @@ local M = {}
--[[ This comment is for LuaDoc.
---
--- Filter-Through for the textadept module.
+-- Filters text through shell commands.
module('_M.textadept.filter_through')]]
local cat = not WIN32 and 'cat' or 'type'
@@ -12,7 +12,7 @@ local tmpfile = _USERHOME..'/.ft'
local filter_through_active = false
---
--- Prompts for a Linux, Mac OSX, or Windows shell command to filter text
+-- Prompts for a Linux, BSD, Mac OSX, or Windows shell command to filter text
-- through.
-- The standard input (stdin) for shell commands is determined as follows:
--