diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2016-11-06 00:33:43 -0700 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2016-11-06 00:42:03 -0700 |
commit | dc152c54f4e44f5f2040883b03f71ff6aa66c893 (patch) | |
tree | 7b4f0336a1f03e7a53d980000a42568b10907409 /src/nsselect.m | |
parent | 84c53436ab25b6c8f76c133e59b34e533ea33cc7 (diff) | |
download | emacs-dc152c54f4e44f5f2040883b03f71ff6aa66c893.tar.gz emacs-dc152c54f4e44f5f2040883b03f71ff6aa66c893.tar.bz2 emacs-dc152c54f4e44f5f2040883b03f71ff6aa66c893.zip |
Modernize usage of 'macOS' in doc and comments
Apple changed the spelling of its operating system again, to "macOS",
effective with macOS 10.12 Sierra (2016-09-20). Change Emacs
documentation and comments to match this. Stick with older OS
spellings ("OS X", "Mac OS X") when talking about older releases where
the older names are more correct.
Diffstat (limited to 'src/nsselect.m')
-rw-r--r-- | src/nsselect.m | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/nsselect.m b/src/nsselect.m index eba23932e65..b7c9148ee05 100644 --- a/src/nsselect.m +++ b/src/nsselect.m @@ -1,4 +1,4 @@ -/* NeXT/Open/GNUstep / MacOSX Cocoa selection processing for emacs. +/* NeXT/Open/GNUstep / macOS Cocoa selection processing for emacs. Copyright (C) 1993-1994, 2005-2006, 2008-2016 Free Software Foundation, Inc. @@ -21,7 +21,7 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ Originally by Carl Edman Updated by Christian Limpach (chris@nice.ch) OpenStep/Rhapsody port by Scott Bender (sbender@harmony-ds.com) -MacOSX/Aqua port by Christophe de Dinechin (descubes@earthlink.net) +macOS/Aqua port by Christophe de Dinechin (descubes@earthlink.net) GNUstep port and post-20 update by Adrian Robert (arobert@cogsci.ucsd.edu) */ |