* etc/NEWS: Related edit.
+2014-01-24 Glenn Morris <rgm@gnu.org>
+
+ * emacs-mime.texi (time-date): Use float-time.
+
2014-01-22 David Engster <deng@randomsample.de>
* eieio.texi (Introduction): Move introductory paragraph about
(date-to-time "Sat Sep 12 12:21:54 1998 +0200")
@result{} (13818 19266)
-(time-to-seconds '(13818 19266))
+(float-time '(13818 19266))
@result{} 905595714.0
(seconds-to-time 905595714.0)
@item date-to-time
Take a date and return a time.
-@item time-to-seconds
-Take a time and return seconds. Note that Emacs has a built-in
-function, @code{float-time}, that does this.
+@item float-time
+Take a time and return seconds. (This is a built-in function.)
@item seconds-to-time
Take seconds and return a time.
`:coding-type' attribute and can be accessed by calling the
`coding-system-type' function.)
-** `time-to-seconds' is not obsolete any more.
+---
+** The `time-to-seconds' alias to `float-time' is no longer marked obsolete.
+++
** New functions `group-gid' and `group-real-gid'.