From dc152c54f4e44f5f2040883b03f71ff6aa66c893 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Sun, 6 Nov 2016 00:33:43 -0700 Subject: 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. --- lisp/term/xterm.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lisp/term/xterm.el') diff --git a/lisp/term/xterm.el b/lisp/term/xterm.el index 19eb37a51d6..880141bda12 100644 --- a/lisp/term/xterm.el +++ b/lisp/term/xterm.el @@ -771,7 +771,7 @@ We run the first FUNCTION whose STRING matches the input events." ;; Try to find out the type of terminal by sending a "Secondary ;; Device Attributes (DA)" query. (xterm--query "\e[>0c" - ;; Some terminals (like OS X's Terminal.app) respond to + ;; Some terminals (like macOS's Terminal.app) respond to ;; this query as if it were a "Primary Device Attributes" ;; query instead, so we should handle that too. '(("\e[?" . xterm--version-handler) -- cgit v1.2.3