diff options
author | Neil <nyamatongwe@gmail.com> | 2022-02-10 13:57:56 +1100 |
---|---|---|
committer | Neil <nyamatongwe@gmail.com> | 2022-02-10 13:57:56 +1100 |
commit | 9b8ca41b15ca4f53c0f1ccd69e6135694321d854 (patch) | |
tree | f524caae34d6552e6fe3d604cafd1c37f6dd459f /include | |
parent | 98bdc254f4f654b9e9191d4684d4c8fe7c953cfe (diff) | |
download | scintilla-mirror-9b8ca41b15ca4f53c0f1ccd69e6135694321d854.tar.gz |
Replace "OS X' with "macOS".
Diffstat (limited to 'include')
-rw-r--r-- | include/Scintilla.iface | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/Scintilla.iface b/include/Scintilla.iface index 88e375e74..36d771402 100644 --- a/include/Scintilla.iface +++ b/include/Scintilla.iface @@ -2930,13 +2930,13 @@ get Technology GetTechnology=2631(,) # Create an ILoader*. fun pointer CreateLoader=2632(position bytes, DocumentOption documentOptions) -# On OS X, show a find indicator. +# On macOS, show a find indicator. fun void FindIndicatorShow=2640(position start, position end) -# On OS X, flash a find indicator, then fade out. +# On macOS, flash a find indicator, then fade out. fun void FindIndicatorFlash=2641(position start, position end) -# On OS X, hide the find indicator. +# On macOS, hide the find indicator. fun void FindIndicatorHide=2642(,) # Move caret to before first visible character on display line. |