2009-09-02 Glenn Morris <rgm@gnu.org>
authorKatsumi Yamaoka <yamaoka@jpl.org>
Wed, 9 Sep 2009 10:11:52 +0000 (10:11 +0000)
committerKatsumi Yamaoka <yamaoka@jpl.org>
Wed, 9 Sep 2009 10:11:52 +0000 (10:11 +0000)
* emacs-mime.texi (time-date): Mention float-time.

texi/ChangeLog
texi/emacs-mime.texi

index 50b0fd3..442595e 100644 (file)
@@ -2,6 +2,10 @@
 
        * auth.texi (Help for users): Corrected markup.
 
+2009-09-02  Glenn Morris  <rgm@gnu.org>
+
+       * emacs-mime.texi (time-date): Mention float-time.
+
 2009-08-28  Teodor Zlatanov  <tzz@lifelogs.com>
 
        * auth.texi: Rewritten for coverage and clarity.
index e79c87c..fd71bb7 100644 (file)
@@ -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.