diff options
| author | Paul Eggert | 2016-11-06 00:33:43 -0700 |
|---|---|---|
| committer | Paul Eggert | 2016-11-06 00:42:03 -0700 |
| commit | dc152c54f4e44f5f2040883b03f71ff6aa66c893 (patch) | |
| tree | 7b4f0336a1f03e7a53d980000a42568b10907409 /src/conf_post.h | |
| parent | 84c53436ab25b6c8f76c133e59b34e533ea33cc7 (diff) | |
| download | emacs-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 'src/conf_post.h')
| -rw-r--r-- | src/conf_post.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/conf_post.h b/src/conf_post.h index f83965bf8b1..d8070fad8e7 100644 --- a/src/conf_post.h +++ b/src/conf_post.h | |||
| @@ -192,7 +192,7 @@ You lose; /* Emacs for DOS must be compiled with DJGPP */ | |||
| 192 | #endif | 192 | #endif |
| 193 | #endif /* MSDOS */ | 193 | #endif /* MSDOS */ |
| 194 | 194 | ||
| 195 | /* Mac OS X / GNUstep need a bit more pure memory. Of the existing knobs, | 195 | /* macOS / GNUstep need a bit more pure memory. Of the existing knobs, |
| 196 | SYSTEM_PURESIZE_EXTRA seems like the least likely to cause problems. */ | 196 | SYSTEM_PURESIZE_EXTRA seems like the least likely to cause problems. */ |
| 197 | #ifdef HAVE_NS | 197 | #ifdef HAVE_NS |
| 198 | #if defined NS_IMPL_GNUSTEP | 198 | #if defined NS_IMPL_GNUSTEP |