From 83b8892b7fcd10a45210bce4a685864413d230cb Mon Sep 17 00:00:00 2001 From: mitchell <70453897+667e-11@users.noreply.github.com> Date: Wed, 21 Dec 2011 21:20:15 -0500 Subject: Remove Lua 5.1 'module' reference from doc/manual/9_Preferences.md. --- doc/manual/9_Preferences.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'doc/manual/9_Preferences.md') diff --git a/doc/manual/9_Preferences.md b/doc/manual/9_Preferences.md index 65150fab..6e24daee 100644 --- a/doc/manual/9_Preferences.md +++ b/doc/manual/9_Preferences.md @@ -18,8 +18,7 @@ contain Please note that the `textadept` module populates the `_m.textadept` table itself because of internal dependencies. Normally, modules do not do this, hence -why `_m.foo = require 'foo'` is used. However, modules using the old `module` -function from Lua 5.1 will populate the `_m[module]` table automatically. +why `_m.foo = require 'foo'` is used. If instead you wanted to load all of Textadept's default modules except for the menu, copy the `textadept` module's `init.lua` (located in the -- cgit v1.2.3