aboutsummaryrefslogtreecommitdiff
path: root/modules/textadept/init.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/init.lua
parent0847cacbac661692d91d70315d5798af235e489a (diff)
downloadtextadept-ddd7cb1720c3561ddd2ff850e0aefdbaf4675197.tar.gz
textadept-ddd7cb1720c3561ddd2ff850e0aefdbaf4675197.zip
Remove 'package.seeall' from LuaDoc comments.
Diffstat (limited to 'modules/textadept/init.lua')
-rw-r--r--modules/textadept/init.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/textadept/init.lua b/modules/textadept/init.lua
index c5dc1ea9..c8c022b0 100644
--- a/modules/textadept/init.lua
+++ b/modules/textadept/init.lua
@@ -7,7 +7,7 @@ _m.textadept = M
---
-- The textadept module.
-- It provides utilities for editing text in Textadept.
-module('_m.textadept', package.seeall)]]
+module('_m.textadept')]]
M.adeptsense = require 'textadept.adeptsense'
M.bookmarks = require 'textadept.bookmarks'