(time-date): Mention float-time.
authorGlenn Morris <rgm@gnu.org>
Wed, 2 Sep 2009 03:24:46 +0000 (03:24 +0000)
committerGlenn Morris <rgm@gnu.org>
Wed, 2 Sep 2009 03:24:46 +0000 (03:24 +0000)
doc/misc/ChangeLog
doc/misc/emacs-mime.texi

index e767e12..1f5d58a 100644 (file)
@@ -1,3 +1,7 @@
+2009-09-02  Glenn Morris  <rgm@gnu.org>
+
+       * emacs-mime.texi (time-date): Mention float-time.
+
 2009-08-30  Jay Belanger  <jay.p.belanger@gmail.com>
 
        * calc.texi (Simplifying Formulas): Improve the wording.
index a49ccf6..a321f13 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.