From 91d84c4643618e080e1f9abb70416ada5d03db73 Mon Sep 17 00:00:00 2001 From: mitchell <70453897+667e-11@users.noreply.github.com> Date: Tue, 30 Oct 2012 20:45:41 -0400 Subject: Continued updating documentation formatting. --- doc/14_Appendix.md | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'doc/14_Appendix.md') diff --git a/doc/14_Appendix.md b/doc/14_Appendix.md index 4ce299e1..f335f246 100644 --- a/doc/14_Appendix.md +++ b/doc/14_Appendix.md @@ -315,14 +315,9 @@ or and -- File ~/.textadept/init.lua - require 'textadept' + _M.textadept = require 'textadept' _M.foo = require 'foo' -Please remember that, as stated in the documentation, `require 'textadept'` is a -special case and `_M.textadept = require 'textadept'` is not necessary because -of internal dependencies. All other modules need the -`_M.module = require 'module'` construct. - Notice that `_M` is the new module table instead of `_m`. More on this [later](#Global.Module.Table). -- cgit v1.2.3