aboutsummaryrefslogtreecommitdiff
path: root/core/._G.luadoc
diff options
context:
space:
mode:
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.