summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBasil L. Contovounesios <contovob@tcd.ie>2021-05-09 14:46:27 +0100
committerBasil L. Contovounesios <contovob@tcd.ie>2021-05-09 14:46:27 +0100
commitc233f4eccddf09e41441b2a292491b469fd61792 (patch)
treec291652136dbd046f1e404dbbb143de5b8f8fa14
parent4c3abb3dd105e075bf1cf55e3fe8b5ec2ac8e6cc (diff)
downloademacs-c233f4eccddf09e41441b2a292491b469fd61792.tar.gz
; * etc/NEWS: Fix decoded-time-set-defaults typo.
This was mistakenly applied to NEWS.27 on the master branch in 2021-05-09 "; Fix decoded-time-set-defaults typo in NEWS.27." but that has now been reverted (bug#48298).
-rw-r--r--etc/NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 8226ad3d1da..1959bb8f32a 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -2734,7 +2734,7 @@ days there are in a month in a specific year), 'date-ordinal-to-time'
(that computes the date of an ordinal day), 'decoded-time-add' (for
doing computations on a decoded time structure), 'make-decoded-time'
(for making a decoded time structure with only the given keywords
-filled out), and 'encoded-time-set-defaults' (which fills in nil
+filled out), and 'decoded-time-set-defaults' (which fills in nil
elements as if it's midnight January 1st, 1970) have been added.
*** In the DST slot, 'encode-time' and 'parse-time-string' now return -1