mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-05 07:01:11 -08:00
Change "daylight savings time" -> "daylight saving time".
This commit is contained in:
parent
e716fd6206
commit
f2858d95e3
1 changed files with 3 additions and 3 deletions
|
|
@ -57,7 +57,7 @@
|
|||
;; appt.el Appointment notification
|
||||
;; cal-china.el Chinese calendar
|
||||
;; cal-coptic.el Coptic/Ethiopic calendars
|
||||
;; cal-dst.el Daylight savings time rules
|
||||
;; cal-dst.el Daylight saving time rules
|
||||
;; cal-hebrew.el Hebrew calendar
|
||||
;; cal-islam.el Islamic calendar
|
||||
;; cal-bahai.el Baha'i calendar
|
||||
|
|
@ -1160,7 +1160,7 @@ See the documentation for `calendar-holidays' for details."
|
|||
(funcall
|
||||
'holiday-sexp
|
||||
calendar-daylight-savings-starts
|
||||
'(format "Daylight Savings Time Begins %s"
|
||||
'(format "Daylight Saving Time Begins %s"
|
||||
(if (fboundp 'atan)
|
||||
(solar-time-string
|
||||
(/ calendar-daylight-savings-starts-time (float 60))
|
||||
|
|
@ -1169,7 +1169,7 @@ See the documentation for `calendar-holidays' for details."
|
|||
(funcall
|
||||
'holiday-sexp
|
||||
calendar-daylight-savings-ends
|
||||
'(format "Daylight Savings Time Ends %s"
|
||||
'(format "Daylight Saving Time Ends %s"
|
||||
(if (fboundp 'atan)
|
||||
(solar-time-string
|
||||
(/ calendar-daylight-savings-ends-time (float 60))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue