1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-15 10:30:25 -08:00

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.
This commit is contained in:
Paul Eggert 2016-11-06 00:33:43 -07:00
parent 84c53436ab
commit dc152c54f4
73 changed files with 253 additions and 254 deletions

View file

@ -1646,7 +1646,7 @@ This doesn't recover lost files, it just undoes changes in the buffer itself."
;; converts "\" to "/".
;; - For 0 generic: generic_to_unix_filename() downcases if there's
;; no lower case already present, and converts "\" to "/".
;; - For 'm' MacOS: macos_to_unix_filename() changes "/" to ":" and
;; - For 'm' macOS: macos_to_unix_filename() changes "/" to ":" and
;; ":" to "/"
(setq fiddle (cond ((= ?M osid) t)
((= 0 osid) (string= efnname (upcase efnname)))))