aboutsummaryrefslogtreecommitdiffstats
path: root/etc/PROBLEMS
diff options
context:
space:
mode:
authorPaul Eggert2016-11-06 00:33:43 -0700
committerPaul Eggert2016-11-06 00:42:03 -0700
commitdc152c54f4e44f5f2040883b03f71ff6aa66c893 (patch)
tree7b4f0336a1f03e7a53d980000a42568b10907409 /etc/PROBLEMS
parent84c53436ab25b6c8f76c133e59b34e533ea33cc7 (diff)
downloademacs-dc152c54f4e44f5f2040883b03f71ff6aa66c893.tar.gz
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 'etc/PROBLEMS')
-rw-r--r--etc/PROBLEMS2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/PROBLEMS b/etc/PROBLEMS
index 008f5a15310..9904339be40 100644
--- a/etc/PROBLEMS
+++ b/etc/PROBLEMS
@@ -604,7 +604,7 @@ See <http://debbugs.gnu.org/22814>.
604When you have a large number of buffers running auto-revert-mode, and 604When you have a large number of buffers running auto-revert-mode, and
605Emacs is configured to use the kqueue file notification library, it 605Emacs is configured to use the kqueue file notification library, it
606uses an own file descriptor for every watched file. On systems with a 606uses an own file descriptor for every watched file. On systems with a
607small limit of file descriptors allowed per process, like OS X, you 607small limit of file descriptors allowed per process, like macOS, you
608could run out of file descriptors. You won't be able to open new files. 608could run out of file descriptors. You won't be able to open new files.
609 609
610auto-revert-use-notify is set to nil in global-auto-revert-mode, therefore. 610auto-revert-use-notify is set to nil in global-auto-revert-mode, therefore.