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 /lisp/man.el | |
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 'lisp/man.el')
-rw-r--r-- | lisp/man.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/man.el b/lisp/man.el index 5acf90baf28..94b9e0d04da 100644 --- a/lisp/man.el +++ b/lisp/man.el @@ -887,7 +887,7 @@ test/automated/man-tests.el in the emacs repository." (setq default-directory "/") ;; in case inherited doesn't exist ;; Actually for my `man' the arg is a regexp. ;; POSIX says it must be ERE and "man-db" seems to agree, - ;; whereas under MacOSX it seems to be BRE-style and doesn't + ;; whereas under macOS it seems to be BRE-style and doesn't ;; accept backslashes at all. Let's not bother to ;; quote anything. (let ((process-environment (copy-sequence process-environment))) |