From 1d0dbc9f7342e0afa03af79d3b79618e5731521e Mon Sep 17 00:00:00 2001 From: mitchell <70453897+667e-11@users.noreply.github.com> Date: Tue, 23 Feb 2010 12:26:24 -0500 Subject: Edited LuaDoc to place custom modules in '~/.textadept/modules/'; core/._m.lua --- core/._m.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'core') 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. -- -- cgit v1.2.3