diff options
author | 2010-02-23 12:26:24 -0500 | |
---|---|---|
committer | 2010-02-23 12:26:24 -0500 | |
commit | 1d0dbc9f7342e0afa03af79d3b79618e5731521e (patch) | |
tree | 6070cc2e0d4eb5ea9163a84fe3aafa0951ff59a9 /core | |
parent | 2b28cb80d856bb6cf01590c4d08e2369eb7504d3 (diff) | |
download | textadept-1d0dbc9f7342e0afa03af79d3b79618e5731521e.tar.gz textadept-1d0dbc9f7342e0afa03af79d3b79618e5731521e.zip |
Edited LuaDoc to place custom modules in '~/.textadept/modules/'; core/._m.lua
Diffstat (limited to 'core')
-rw-r--r-- | core/._m.lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/core/._m.lua b/core/._m.lua index 228d7db8..611e0647 100644 --- a/core/._m.lua +++ b/core/._m.lua @@ -10,8 +10,8 @@ module('_m') -- ## Overview -- -- Modules utilize the Lua 5.1 package model. It is recommended to put all --- modules in the `modules/` Textadept directory. A module consists of a single --- directory with an `init.lua` script to load any additional Lua files +-- modules in your `~/.textadept/modules/` directory. A module consists of a +-- single directory with an `init.lua` script to load any additional Lua files -- (typically in the same location). Essentially there are two classes of -- modules: generic and language-specific. -- |