diff options
author | 2011-12-21 21:20:15 -0500 | |
---|---|---|
committer | 2011-12-21 21:20:15 -0500 | |
commit | 83b8892b7fcd10a45210bce4a685864413d230cb (patch) | |
tree | 38aedb6c4ff4c213d1231236ee27d87133ec6522 /doc/manual/9_Preferences.md | |
parent | 25741ce4dd3b6c19b5e05dcd5e4aa9fcc1a3df8b (diff) | |
download | textadept-83b8892b7fcd10a45210bce4a685864413d230cb.tar.gz textadept-83b8892b7fcd10a45210bce4a685864413d230cb.zip |
Remove Lua 5.1 'module' reference from doc/manual/9_Preferences.md.
Diffstat (limited to 'doc/manual/9_Preferences.md')
-rw-r--r-- | doc/manual/9_Preferences.md | 3 |
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 |