aboutsummaryrefslogtreecommitdiff
path: root/modules/textadept/init.lua
diff options
context:
space:
mode:
authormitchell <70453897+667e-11@users.noreply.github.com>2012-01-05 05:20:39 -0500
committermitchell <70453897+667e-11@users.noreply.github.com>2012-01-05 05:20:39 -0500
commit2ab6deaecb4576c932dd63186927e9481bf5dedc (patch)
tree2574adf1f9c7a789456c1e467c0d98a17a4609b6 /modules/textadept/init.lua
parent6143b96a6d71a0d8d04ed7d4ddc3696a141112c7 (diff)
downloadtextadept-2ab6deaecb4576c932dd63186927e9481bf5dedc.tar.gz
textadept-2ab6deaecb4576c932dd63186927e9481bf5dedc.zip
Rename '_m' to '_M'.
Diffstat (limited to 'modules/textadept/init.lua')
-rw-r--r--modules/textadept/init.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/textadept/init.lua b/modules/textadept/init.lua
index c8c022b0..e21bf5bf 100644
--- a/modules/textadept/init.lua
+++ b/modules/textadept/init.lua
@@ -1,13 +1,13 @@
-- Copyright 2007-2011 Mitchell mitchell<att>caladbolg.net. See LICENSE.
local M = {}
-_m.textadept = M
+_M.textadept = M
--[[ This comment is for LuaDoc.
---
-- The textadept module.
-- It provides utilities for editing text in Textadept.
-module('_m.textadept')]]
+module('_M.textadept')]]
M.adeptsense = require 'textadept.adeptsense'
M.bookmarks = require 'textadept.bookmarks'