aboutsummaryrefslogtreecommitdiff
path: root/core/._G.luadoc
diff options
context:
space:
mode:
authormitchell <70453897+667e-11@users.noreply.github.com>2010-11-30 19:55:39 -0500
committermitchell <70453897+667e-11@users.noreply.github.com>2010-11-30 19:55:39 -0500
commitc7b543e79b41d9a983cc89e264acd0472d09dc92 (patch)
tree9b28b836f65b396ea160ba91048fb030018ccdcc /core/._G.luadoc
parent6c1afd75fc048e65cef5bfdbe68c79a082bdad43 (diff)
downloadtextadept-c7b543e79b41d9a983cc89e264acd0472d09dc92.tar.gz
textadept-c7b543e79b41d9a983cc89e264acd0472d09dc92.zip
New manual.
Diffstat (limited to 'core/._G.luadoc')
-rw-r--r--core/._G.luadoc9
1 files changed, 3 insertions, 6 deletions
diff --git a/core/._G.luadoc b/core/._G.luadoc
index 94c6dfa4..a0c0fb03 100644
--- a/core/._G.luadoc
+++ b/core/._G.luadoc
@@ -12,19 +12,16 @@ module('_G')
-- * `_LEXERPATH`: Paths to lexers, formatted like
-- [`package.path`][package_path].
-- * `_RELEASE`: The Textadept release version.
--- * `_THEME`: The [theme][theme] file to use.
+-- * `_THEME`: The [theme](../manual/8_Themes.lua) file to use.
-- * `_USERHOME`: Path to the user's `~/.textadept/`.
-- * `_CHARSET`: The character set encoding of the filesystem. This is used in
--- [File I/O][file_io].
--- * `RESETTING`: If [`reset()`][reset] has been called,
+-- [File I/O](../modules/io.html).
+-- * `RESETTING`: If [`reset()`](../modules/_G.html#reset) has been called,
-- this flag is `true` while the Lua state is being re-initialized.
-- * `WIN32`: If Textadept is running on Windows, this flag is `true`.
-- * `OSX`: If Textadept is running on Mac OSX, this flag is `true`.
--
-- [package_path]: http://www.lua.org/manual/5.1/manual.html#pdf-package.path
--- [theme]: ../manual/6_Startup.html
--- [file_io]: ../modules/io.html
--- [reset]: ../modules/_G.html#reset
---
-- Command line parameters.