aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormitchell <70453897+667e-11@users.noreply.github.com>2008-06-18 18:33:09 -0400
committermitchell <70453897+667e-11@users.noreply.github.com>2008-06-18 18:33:09 -0400
commit87b0e8ed98099f5e9e07c03bafb763da77df17f1 (patch)
tree07f97f58855a952c669b88b72190dedf9c78f700
parent10125040e04db186d00e09d090ff8be8ab437d74 (diff)
downloadtextadept-87b0e8ed98099f5e9e07c03bafb763da77df17f1.tar.gz
textadept-87b0e8ed98099f5e9e07c03bafb763da77df17f1.zip
Updated modules LuaDoc to include info about the modules browser; core/._m.lua
-rw-r--r--core/._m.lua2
1 files changed, 2 insertions, 0 deletions
diff --git a/core/._m.lua b/core/._m.lua
index 30a803ee..bb8832f5 100644
--- a/core/._m.lua
+++ b/core/._m.lua
@@ -33,6 +33,8 @@ module('_m')
-- (escaped characters must be used appropriately). The commands.lua script
-- provides useful functions and key-commands for the module; the snippets.lua
-- script provides snippets.
+-- Alternatively you can use the 'modules' Project Manager browser to create and
+-- manage modules.
--
-- When assigning key commands to module functions, do not forget to do so AFTER
-- the function has been defined. Typically key commands are placed at the end