diff options
author | 2009-01-21 13:26:36 -0500 | |
---|---|---|
committer | 2009-01-21 13:26:36 -0500 | |
commit | 991fbfe0d1595705bf53857d96a268ecb0d34371 (patch) | |
tree | e12b70c57d881d60ed00762b36d6e6b3a8dfefba /core/._m.lua | |
parent | 6e859677d9a217bd6e4049795183706e8319e132 (diff) | |
download | textadept-991fbfe0d1595705bf53857d96a268ecb0d34371.tar.gz textadept-991fbfe0d1595705bf53857d96a268ecb0d34371.zip |
Updated some LuaDoc.
Diffstat (limited to 'core/._m.lua')
-rw-r--r-- | core/._m.lua | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/core/._m.lua b/core/._m.lua index b1b63716..e2ca375b 100644 --- a/core/._m.lua +++ b/core/._m.lua @@ -28,13 +28,8 @@ module('_m') -- set an 'api' variable to textadept.io.read_api_file(path, word_chars)'s -- return value. It will be used for displaying calltips and autocomplete lists -- by default. --- To create a new module template, run the /modules/new script with the first --- argument being the module's name, and the second being the language's name --- (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. +-- You can use the 'modules' Project Manager browser to create and manage +-- language-specific 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 |