From ddd7cb1720c3561ddd2ff850e0aefdbaf4675197 Mon Sep 17 00:00:00 2001 From: mitchell <70453897+667e-11@users.noreply.github.com> Date: Tue, 13 Dec 2011 08:18:09 -0500 Subject: Remove 'package.seeall' from LuaDoc comments. --- modules/lua/init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/lua/init.lua') diff --git a/modules/lua/init.lua b/modules/lua/init.lua index 80bf7956..0bc0084f 100644 --- a/modules/lua/init.lua +++ b/modules/lua/init.lua @@ -8,7 +8,7 @@ local M = {} -- It provides utilities for editing Lua code. -- User tags are loaded from _USERHOME/modules/lua/tags and user apis are loaded -- from _USERHOME/modules/lua/api. -module('_m.lua', package.seeall)]] +module('_m.lua')]] -- Markdown: -- ## Key Commands -- cgit v1.2.3