changeset 104800:31250b83d2bb

(time-date): Mention float-time.
author Glenn Morris <rgm@gnu.org>
date Wed, 02 Sep 2009 03:24:46 +0000
parents e376a250f942
children a55980608639
files doc/misc/ChangeLog doc/misc/emacs-mime.texi
diffstat 2 files changed, 6 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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  <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.
--- 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.