aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/textadept.c
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 /src/textadept.c
parentf7855153d938c99d506ad363e889031e1e9420a3 (diff)
Updated some documentation and use macOS instead of Mac OSX.
Diffstat (limited to 'src/textadept.c')
-rw-r--r--src/textadept.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/textadept.c b/src/textadept.c
index ace653ed..2d9c06a8 100644
--- a/src/textadept.c
+++ b/src/textadept.c
@@ -1811,7 +1811,7 @@ static bool exiting(GtkWidget *_, GdkEventAny *__, void *L) {
#if (__APPLE__ && !CURSES)
/**
- * Signal for opening files from OSX.
+ * Signal for opening files from macOS.
* Generates an 'appleevent_odoc' event for each document sent.
*/
static bool open_file(GtkosxApplication*_, char *path, void *L) {
@@ -1819,7 +1819,7 @@ static bool open_file(GtkosxApplication*_, char *path, void *L) {
}
/**
- * Signal for block terminating Textadept from OSX.
+ * Signal for block terminating Textadept from macOS.
* Generates a 'quit' event.
*/
static bool terminating(GtkosxApplication *_, void *L) {
@@ -1827,7 +1827,7 @@ static bool terminating(GtkosxApplication *_, void *L) {
}
/**
- * Signal for terminating Textadept from OSX.
+ * Signal for terminating Textadept from macOS.
* Closes the Lua state and releases resources.
* @see close_lua
*/