aboutsummaryrefslogtreecommitdiff
path: root/doc/manual
diff options
context:
space:
mode:
Diffstat (limited to 'doc/manual')
-rw-r--r--doc/manual/9_Preferences.md3
1 files changed, 1 insertions, 2 deletions
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