From b3cbff3e4e80aac25f922d7fec4e198c6dde95b3 Mon Sep 17 00:00:00 2001 From: mitchell <70453897+667e-11@users.noreply.github.com> Date: Mon, 17 Aug 2020 17:56:52 -0400 Subject: Updated some documentation and use macOS instead of Mac OSX. --- core/init.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'core/init.lua') 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) -- cgit v1.2.3