]> git.eshelyaron.com Git - emacs.git/commitdiff
; * etc/NEWS.27: Revert last change.
authorBasil L. Contovounesios <contovob@tcd.ie>
Sun, 9 May 2021 13:49:23 +0000 (14:49 +0100)
committerBasil L. Contovounesios <contovob@tcd.ie>
Sun, 9 May 2021 13:49:23 +0000 (14:49 +0100)
This reverts commit 3d276324edd90b2df9f0987f635ca0c39037a81d
2021-05-09 "; Fix decoded-time-set-defaults typo in NEWS.27."
which was mistakenly applied to etc/NEWS.27 on the master branch.

It is replaced by commit c233f4eccddf09e41441b2a292491b469fd61792
2021-05-09 "; * etc/NEWS: Fix decoded-time-set-defaults typo."
on the emacs-27 branch (bug#48298).

etc/NEWS.27

index 4b4c1a314559f1301a10d0907e1925d33c4f6d32..55045d10ee3d1bb7ae4ab531fa9a5575979e614c 100644 (file)
@@ -2701,7 +2701,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 'decoded-time-set-defaults' (which fills in nil
+filled out), and 'encoded-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