From 03b0b8932ea1c41854a487f9fa6555def9b59462 Mon Sep 17 00:00:00 2001 From: mitchell <70453897+667e-11@users.noreply.github.com> Date: Mon, 30 Jun 2014 13:06:25 -0400 Subject: Condensed manual and API documentation into single files. --- core/init.lua | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'core/init.lua') diff --git a/core/init.lua b/core/init.lua index 23d64b40..b2ca7e0e 100644 --- a/core/init.lua +++ b/core/init.lua @@ -57,7 +57,7 @@ end -- */Users/username/* respectively). -- @field _CHARSET (string) -- The filesystem's character encoding. --- This is used when [working with files](io.html). +-- This is used when [working with files](#io). -- @field WIN32 (bool) -- Whether or not Textadept is running on Windows. -- @field OSX (bool) @@ -66,7 +66,7 @@ end -- Whether or not Textadept is running in the terminal. -- Curses feature incompatibilities are listed in the [Appendix][]. -- --- [Appendix]: ../14_Appendix.html#Curses.Compatibility +-- [Appendix]: manual.html#Curses.Compatibility module('_G')]] --[[ The tables below were defined in C. @@ -74,7 +74,7 @@ module('_G')]] --- -- Table of command line parameters passed to Textadept. -- @class table --- @see _G.args +-- @see args -- @name arg local arg @@ -101,13 +101,13 @@ local _BUFFERS local _VIEWS --- --- The current [buffer](buffer.html) in the current [view](#view). +-- The current [buffer](#buffer) in the [current view](#_G.view). -- @class table -- @name buffer local buffer --- --- The current [view](view.html). +-- The current [view](#view). -- @class table -- @name view local view -- cgit v1.2.3