From 9dc8ce16a1efc6482db6f1d5456d42958e79a06c Mon Sep 17 00:00:00 2001 From: mitchell <70453897+667e-11@users.noreply.github.com> Date: Wed, 12 Sep 2012 11:24:11 -0400 Subject: Documentation overhaul. Rewrote most of the manual and Lua API to complement each other. Key bindings reference moved from Appendix to modules/textadept/keys.lua LuaDoc. --- modules/textadept/filter_through.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'modules/textadept/filter_through.lua') 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: -- -- cgit v1.2.3