# HG changeset patch # User Glenn Morris # Date 1251861886 0 # Node ID 31250b83d2bb490a5cb24f548bd1c4e8fd9dc624 # Parent e376a250f94275d4fb6d21b293877d80eaadf5ea (time-date): Mention float-time. diff -r e376a250f942 -r 31250b83d2bb doc/misc/ChangeLog --- a/doc/misc/ChangeLog Wed Sep 02 03:22:58 2009 +0000 +++ b/doc/misc/ChangeLog Wed Sep 02 03:24:46 2009 +0000 @@ -1,3 +1,7 @@ +2009-09-02 Glenn Morris + + * emacs-mime.texi (time-date): Mention float-time. + 2009-08-30 Jay Belanger * calc.texi (Simplifying Formulas): Improve the wording. diff -r e376a250f942 -r 31250b83d2bb doc/misc/emacs-mime.texi --- a/doc/misc/emacs-mime.texi Wed Sep 02 03:22:58 2009 +0000 +++ b/doc/misc/emacs-mime.texi Wed Sep 02 03:24:46 2009 +0000 @@ -1581,7 +1581,8 @@ Take a date and return a time. @item time-to-seconds -Take a time and return seconds. +Take a time and return seconds. Note that Emacs has a built-in +function, @code{float-time}, that does this. @item seconds-to-time Take seconds and return a time.