From c7b543e79b41d9a983cc89e264acd0472d09dc92 Mon Sep 17 00:00:00 2001 From: mitchell <70453897+667e-11@users.noreply.github.com> Date: Tue, 30 Nov 2010 19:55:39 -0500 Subject: New manual. --- core/._G.luadoc | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) (limited to 'core/._G.luadoc') 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. -- cgit v1.2.3