aboutsummaryrefslogtreecommitdiff
path: root/core/._m.lua
diff options
context:
space:
mode:
authormitchell <70453897+667e-11@users.noreply.github.com>2010-03-10 02:55:33 -0500
committermitchell <70453897+667e-11@users.noreply.github.com>2010-03-10 02:55:33 -0500
commit69aa7111af192403ee612be1aaa87555beabe145 (patch)
tree9501f45bc24d535084da5dddce2087073b90edae /core/._m.lua
parent9ccdc7a172c6a60ce948e4c5093603f02b530750 (diff)
downloadtextadept-69aa7111af192403ee612be1aaa87555beabe145.tar.gz
textadept-69aa7111af192403ee612be1aaa87555beabe145.zip
Removed side pane.
Diffstat (limited to 'core/._m.lua')
-rw-r--r--core/._m.lua6
1 files changed, 0 insertions, 6 deletions
diff --git a/core/._m.lua b/core/._m.lua
index 611e0647..e50885a6 100644
--- a/core/._m.lua
+++ b/core/._m.lua
@@ -48,12 +48,6 @@ module('_m')
-- Language-specific modules are automatically loaded when a file of that
-- language is loaded or a buffer's lexer is set to that language.
--
--- ## Managing Modules
---
--- Modules are easy to create and edit in the filesystem, but you can use the
--- `modules` PM browser to create Language-specific modules from a generic
--- template, or manage all available modules.
---
-- ## Modules and Key Commands
--
-- When assigning [key commands][key_commands] to module functions, do not