summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2016-11-06 00:33:43 -0700
committerKyle Meyer <kyle@kyleam.com>2016-11-19 16:49:15 -0500
commitad5e2aed21499d1e10f447119fc430d4c1869fc5 (patch)
tree433a2193364e627c5b109cdd5906842b00c32d2f
parentb3125dc84bf6fd17f803b1270c538b0cfda34350 (diff)
downloadorg-mode-ad5e2aed21499d1e10f447119fc430d4c1869fc5.tar.gz
Backport commit dc152c5 from Emacs
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. Modernize usage of 'macOS' in doc and comments dc152c54f4e44f5f2040883b03f71ff6aa66c893 Paul Eggert Sun Nov 6 00:42:03 2016 -0700
-rw-r--r--lisp/org.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/org.el b/lisp/org.el
index b4f7ad2..1a2bf7a 100644
--- a/lisp/org.el
+++ b/lisp/org.el
@@ -2251,7 +2251,7 @@ See `org-file-apps'.")
("dvi" . "xdvi %s")
("fig" . "xfig %s")
(t . "open %s"))
- "Default file applications on a MacOS X system.
+ "Default file applications on a macOS system.
The system \"open\" is known as a default, but we use X11 applications
for some files for which the OS does not have a good default.
See `org-file-apps'.")
@@ -2323,7 +2323,7 @@ Possible values for the file identifier are:
will also open html files inside Emacs, unless you add
(\"html\" . default) to the list as well.
`system' The system command to open files, like `open' on Windows
- and Mac OS X, and mailcap under GNU/Linux. This is the command
+ and macOS, and mailcap under GNU/Linux. This is the command
that will be selected if you call `org-open-at-point' with a
double prefix argument (`\\[universal-argument] \
\\[universal-argument] \\[org-open-at-point]').