diff options
author | 2007-09-24 23:06:53 -0400 | |
---|---|---|
committer | 2007-09-24 23:06:53 -0400 | |
commit | f0a91b798764dee85dc919bf71d63a93ec3a68d4 (patch) | |
tree | e7fb99ac9be6cb1524bc0e23a8ba7ab92597301d /core/._m.lua | |
parent | bc45d6d081ebe6e2c26e5691d7242c1042472244 (diff) | |
download | textadept-f0a91b798764dee85dc919bf71d63a93ec3a68d4.tar.gz textadept-f0a91b798764dee85dc919bf71d63a93ec3a68d4.zip |
Updated documentation.
Diffstat (limited to 'core/._m.lua')
-rw-r--r-- | core/._m.lua | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/core/._m.lua b/core/._m.lua index 2ba1077a..5a6d309a 100644 --- a/core/._m.lua +++ b/core/._m.lua @@ -37,3 +37,9 @@ module('_m') -- 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 -- of files, like commands.lua in language-specific modules. + +--- +-- This module contains no functions. +function no_functions() + +end |