]> git.eshelyaron.com Git - emacs.git/commitdiff
; * etc/NEWS: Fix decoded-time-set-defaults typo.
authorBasil L. Contovounesios <contovob@tcd.ie>
Sun, 9 May 2021 13:46:27 +0000 (14:46 +0100)
committerBasil L. Contovounesios <contovob@tcd.ie>
Sun, 9 May 2021 13:46:27 +0000 (14:46 +0100)
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).

etc/NEWS

index 8226ad3d1da4f1171abc51d7cc2a9e87d1c28d2a..1959bb8f32a28ff4e87187481c4c2ccb67e58898 100644 (file)
--- 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