From: Katsumi Yamaoka Date: Wed, 9 Sep 2009 10:11:52 +0000 (+0000) Subject: 2009-09-02 Glenn Morris X-Git-Url: http://cgit.sxemacs.org/?p=gnus;a=commitdiff_plain;h=fefbc4f5cb3c2412d22d283bb0dc9967ba682647 2009-09-02 Glenn Morris * emacs-mime.texi (time-date): Mention float-time. --- diff --git a/texi/ChangeLog b/texi/ChangeLog index 50b0fd31f..442595e50 100644 --- a/texi/ChangeLog +++ b/texi/ChangeLog @@ -2,6 +2,10 @@ * auth.texi (Help for users): Corrected markup. +2009-09-02 Glenn Morris + + * emacs-mime.texi (time-date): Mention float-time. + 2009-08-28 Teodor Zlatanov * auth.texi: Rewritten for coverage and clarity. diff --git a/texi/emacs-mime.texi b/texi/emacs-mime.texi index e79c87c88..fd71bb70a 100644 --- a/texi/emacs-mime.texi +++ b/texi/emacs-mime.texi @@ -1581,7 +1581,8 @@ These are the functions available: 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.