aboutsummaryrefslogtreecommitdiff
path: root/core/._m.lua
diff options
context:
space:
mode:
authormitchell <70453897+667e-11@users.noreply.github.com>2007-09-24 23:06:53 -0400
committermitchell <70453897+667e-11@users.noreply.github.com>2007-09-24 23:06:53 -0400
commitf0a91b798764dee85dc919bf71d63a93ec3a68d4 (patch)
treee7fb99ac9be6cb1524bc0e23a8ba7ab92597301d /core/._m.lua
parentbc45d6d081ebe6e2c26e5691d7242c1042472244 (diff)
downloadtextadept-f0a91b798764dee85dc919bf71d63a93ec3a68d4.tar.gz
textadept-f0a91b798764dee85dc919bf71d63a93ec3a68d4.zip
Updated documentation.
Diffstat (limited to 'core/._m.lua')
-rw-r--r--core/._m.lua6
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