[gnus git] branch master updated: m0-7-289-g348e94c =1= emacs-mime.texi (time-date): Use float-time
Katsumi Yamaoka <[email protected]>
| Newsgroups | gmane.emacs.gnus.cvs |
|---|---|
| Message-ID | <[email protected]> |
via 348e94cfed4d08f36677cc562b2e700ff439d829 (commit)
from 8f248b21e733d5b77a20135e31902eda2a0c92f0 (commit)
- Log -----------------------------------------------------------------
commit 348e94cfed4d08f36677cc562b2e700ff439d829
Author: Glenn Morris <[email protected]>
Date: Fri Jan 24 07:44:08 2014 +0000
emacs-mime.texi (time-date): Use float-time
diff --git a/texi/ChangeLog b/texi/ChangeLog
index d92d4b3..e7a791b 100644
--- a/texi/ChangeLog
+++ b/texi/ChangeLog
@@ -1,3 +1,7 @@
+2014-01-24 Glenn Morris <[email protected]>
+
+ * emacs-mime.texi (time-date): Use float-time.
+
2014-01-05 Paul Eggert <[email protected]>
Specify .texi encoding (Bug#16292).
diff --git a/texi/emacs-mime.texi b/texi/emacs-mime.texi
index 0bc0fe9..42ef175 100644
--- a/texi/emacs-mime.texi
+++ b/texi/emacs-mime.texi
@@ -1511,7 +1511,7 @@ Here's a bunch of time/date/second/day examples:
(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)
@@ -1583,9 +1583,8 @@ These are the functions available:
@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.
-----------------------------------------------------------------------
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we listed those
revisions in full, above.
Summary of changes:
texi/ChangeLog | 4 ++++
texi/emacs-mime.texi | 7 +++----
2 files changed, 7 insertions(+), 4 deletions(-)
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Gnus Project".
The branch, master has been updated
hooks/post-receive
--
Gnus Project