From 9153cf8158489d387a6a0d9d0ede9a2528c35f0a Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Thu, 29 Dec 2022 19:16:10 -0800 Subject: [PATCH 6/6] Avoid some obsolescent tz abbrevs in doc. --- doc/misc/mh-e.texi | 2 +- doc/misc/sc.texi | 4 ++-- lisp/calendar/diary-lib.el | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/misc/mh-e.texi b/doc/misc/mh-e.texi index 1a80c62edb..0650ad69a8 100644 --- a/doc/misc/mh-e.texi +++ b/doc/misc/mh-e.texi @@ -793,7 +793,7 @@ Reading Mail Tour @cartouche @smallexample - 3 t08/24 root received fax files on Wed Aug 24 11:00:13 PDT 1 + 3 t08/24 root received fax files on Wed Aug 24 11:00:13 -0700 1 # 4+t08/24 To:wohler Test< "08 April 1991, 17:32:09 EST" +==> "08 Apr 1991 17:32:09 -0500" (sc-mail-field "subject") ==> "Better get out your asbestos suit" diff --git a/lisp/calendar/diary-lib.el b/lisp/calendar/diary-lib.el index 9a2baf1e43..cc1e7ec5f7 100644 --- a/lisp/calendar/diary-lib.el +++ b/lisp/calendar/diary-lib.el @@ -339,7 +339,7 @@ diary-outlook-format-1 (t "\\1 \\2 \\3"))) ; MDY "\n \\4 %s, \\5"))) ;; TODO Sometimes the time is in a different time-zone to the one you -;; are in. Eg in PST, you might still get an email referring to: +;; are in. E.g., in Los Angeles, you might still get an email referring to: ;; "7:00 PM-8:00 PM. Greenwich Standard Time". ;; Note that it doesn't use a standard abbreviation for the timezone, ;; or anything helpful like that. -- 2.38.1