aboutsummaryrefslogtreecommitdiff
path: root/core/._G.luadoc
diff options
context:
space:
mode:
authormitchell <70453897+667e-11@users.noreply.github.com>2010-10-28 17:52:35 -0400
committermitchell <70453897+667e-11@users.noreply.github.com>2010-10-28 17:52:35 -0400
commitef27dd85a00687a8b4a21b56a6ea9170b1c146b5 (patch)
tree6ccfc025cbcf2a1b244880984d4ee74e1bb4998a /core/._G.luadoc
parent0ebbe321af357655d6833f9ca0792b3e212e57f8 (diff)
downloadtextadept-ef27dd85a00687a8b4a21b56a6ea9170b1c146b5.tar.gz
textadept-ef27dd85a00687a8b4a21b56a6ea9170b1c146b5.zip
Rename MAC variable in to OSX in Lua, __OSX__ in C.
Diffstat (limited to 'core/._G.luadoc')
-rw-r--r--core/._G.luadoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/._G.luadoc b/core/._G.luadoc
index dfac3e30..94c6dfa4 100644
--- a/core/._G.luadoc
+++ b/core/._G.luadoc
@@ -19,7 +19,7 @@ module('_G')
-- * `RESETTING`: If [`reset()`][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`.
--- * `MAC`: If Textadept is running on Mac OSX, 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