aboutsummaryrefslogtreecommitdiff
path: root/modules/textadept/filter_through.lua
diff options
context:
space:
mode:
authormitchell <70453897+667e-11@users.noreply.github.com>2011-12-13 08:18:09 -0500
committermitchell <70453897+667e-11@users.noreply.github.com>2011-12-13 08:18:09 -0500
commitddd7cb1720c3561ddd2ff850e0aefdbaf4675197 (patch)
tree34e53d7690e10ad6632292bcee1886aecd444a43 /modules/textadept/filter_through.lua
parent0847cacbac661692d91d70315d5798af235e489a (diff)
downloadtextadept-ddd7cb1720c3561ddd2ff850e0aefdbaf4675197.tar.gz
textadept-ddd7cb1720c3561ddd2ff850e0aefdbaf4675197.zip
Remove 'package.seeall' from LuaDoc comments.
Diffstat (limited to 'modules/textadept/filter_through.lua')
-rw-r--r--modules/textadept/filter_through.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/textadept/filter_through.lua b/modules/textadept/filter_through.lua
index 98c21945..c97562fe 100644
--- a/modules/textadept/filter_through.lua
+++ b/modules/textadept/filter_through.lua
@@ -8,7 +8,7 @@ local M = {}
--[[ This comment is for LuaDoc.
---
-- Filter-Through for the textadept module.
-module('_m.textadept.filter_through', package.seeall)]]
+module('_m.textadept.filter_through')]]
local cat = not WIN32 and 'cat' or 'type'
local tmpfile = _USERHOME..'/.ft'