aboutsummaryrefslogtreecommitdiffhomepage
path: root/core/init.lua
diff options
context:
space:
mode:
authorGravatar mitchell <70453897+667e-11@users.noreply.github.com>2014-06-30 13:06:25 -0400
committerGravatar mitchell <70453897+667e-11@users.noreply.github.com>2014-06-30 13:06:25 -0400
commit03b0b8932ea1c41854a487f9fa6555def9b59462 (patch)
tree491743468203ee0b49729d323a1f224aaf4ef669 /core/init.lua
parentb8a5a15f6171cbedc9007e5b05757aa4b72ff742 (diff)
Condensed manual and API documentation into single files.
Diffstat (limited to 'core/init.lua')
-rw-r--r--core/init.lua10
1 files changed, 5 insertions, 5 deletions
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