aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--core/._m.lua4
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.
--