aboutsummaryrefslogtreecommitdiffhomepage
path: root/core/init.lua
diff options
context:
space:
mode:
authorGravatar mitchell <70453897+667e-11@users.noreply.github.com>2020-08-17 17:56:52 -0400
committerGravatar mitchell <70453897+667e-11@users.noreply.github.com>2020-08-17 17:56:52 -0400
commitb3cbff3e4e80aac25f922d7fec4e198c6dde95b3 (patch)
tree603046d1d885a29b1fd3cba1c8a47eca220710e2 /core/init.lua
parentf7855153d938c99d506ad363e889031e1e9420a3 (diff)
Updated some documentation and use macOS instead of Mac OSX.
Diffstat (limited to 'core/init.lua')
-rw-r--r--core/init.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/init.lua b/core/init.lua
index 0097d1e9..37f94af3 100644
--- a/core/init.lua
+++ b/core/init.lua
@@ -78,7 +78,7 @@ end)
-- user-data is stored.
-- On Windows machines *~/* is the value of the "USERHOME" environment
-- variable (typically *C:\Users\username\\* or
--- *C:\Documents and Settings\username\\*). On Linux, BSD, and Mac OSX
+-- *C:\Documents and Settings\username\\*). On Linux, BSD, and macOS
-- machines *~/* is the value of "$HOME" (typically */home/username/* and
-- */Users/username/* respectively).
-- @field _CHARSET (string)
@@ -87,7 +87,7 @@ end)
-- @field WIN32 (bool)
-- Whether or not Textadept is running on Windows.
-- @field OSX (bool)
--- Whether or not Textadept is running on Mac OSX as a GUI application.
+-- Whether or not Textadept is running on macOS as a GUI application.
-- @field LINUX (bool)
-- Whether or not Textadept is running on Linux.
-- @field BSD (bool)