]> git.eshelyaron.com Git - emacs.git/commitdiff
; Fix decoded-time-set-defaults typo in NEWS.27.
authorBasil L. Contovounesios <contovob@tcd.ie>
Sun, 9 May 2021 08:40:40 +0000 (09:40 +0100)
committerBasil L. Contovounesios <contovob@tcd.ie>
Sun, 9 May 2021 08:40:40 +0000 (09:40 +0100)
See bug#48298.

etc/NEWS.27

index 55045d10ee3d1bb7ae4ab531fa9a5575979e614c..4b4c1a314559f1301a10d0907e1925d33c4f6d32 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 '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