summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2009-09-02 03:24:46 +0000
committerGlenn Morris <rgm@gnu.org>2009-09-02 03:24:46 +0000
commite402f45280fc15566e47b9ad29f786a071f0bb30 (patch)
tree8416fafcbd59614d73f31295844e2082575a5c6c
parent697c7714ce12e42fe4f3b1274ac4caa8e4afa74b (diff)
downloademacs-e402f45280fc15566e47b9ad29f786a071f0bb30.tar.gz
(time-date): Mention float-time.
-rw-r--r--doc/misc/ChangeLog4
-rw-r--r--doc/misc/emacs-mime.texi3
2 files changed, 6 insertions, 1 deletions
diff --git a/doc/misc/ChangeLog b/doc/misc/ChangeLog
index e767e12f3fb..1f5d58afe97 100644
--- a/doc/misc/ChangeLog
+++ b/doc/misc/ChangeLog
@@ -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.
diff --git a/doc/misc/emacs-mime.texi b/doc/misc/emacs-mime.texi
index a49ccf62cd7..a321f13e188 100644
--- a/doc/misc/emacs-mime.texi
+++ b/doc/misc/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.