aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/mail
diff options
context:
space:
mode:
authorPaul Eggert2016-11-06 00:33:43 -0700
committerPaul Eggert2016-11-06 00:42:03 -0700
commitdc152c54f4e44f5f2040883b03f71ff6aa66c893 (patch)
tree7b4f0336a1f03e7a53d980000a42568b10907409 /lisp/mail
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 'lisp/mail')
-rw-r--r--lisp/mail/emacsbug.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/mail/emacsbug.el b/lisp/mail/emacsbug.el
index ce3c50bce2b..86aefe4a6dd 100644
--- a/lisp/mail/emacsbug.el
+++ b/lisp/mail/emacsbug.el
@@ -72,7 +72,7 @@
72(defvar message-strip-special-text-properties) 72(defvar message-strip-special-text-properties)
73 73
74(defun report-emacs-bug-can-use-osx-open () 74(defun report-emacs-bug-can-use-osx-open ()
75 "Return non-nil if the OS X \"open\" command is available for mailing." 75 "Return non-nil if the macOS \"open\" command is available for mailing."
76 (and (featurep 'ns) 76 (and (featurep 'ns)
77 (equal (executable-find "open") "/usr/bin/open") 77 (equal (executable-find "open") "/usr/bin/open")
78 (memq system-type '(darwin)))) 78 (memq system-type '(darwin))))
@@ -107,7 +107,7 @@ This requires you to be running either Gnome, KDE, or Xfce4."
107 107
108(defun report-emacs-bug-insert-to-mailer () 108(defun report-emacs-bug-insert-to-mailer ()
109 "Send the message to your preferred mail client. 109 "Send the message to your preferred mail client.
110This requires either the OS X \"open\" command, or the freedesktop 110This requires either the macOS \"open\" command, or the freedesktop
111\"xdg-email\" command to be available." 111\"xdg-email\" command to be available."
112 (interactive) 112 (interactive)
113 (save-excursion 113 (save-excursion