diff options
| author | Glenn Morris | 2014-01-23 19:57:53 -0800 |
|---|---|---|
| committer | Glenn Morris | 2014-01-23 19:57:53 -0800 |
| commit | 96c983e0d3034ae09406c4b1fb76ca4d06008fcf (patch) | |
| tree | 7c4aa5453defce7e14ce39a9fc74ebc3e5a40893 | |
| parent | aac1f8ddd525c8a02bb9b653bdccf24a179d8db5 (diff) | |
| download | emacs-96c983e0d3034ae09406c4b1fb76ca4d06008fcf.tar.gz emacs-96c983e0d3034ae09406c4b1fb76ca4d06008fcf.zip | |
* doc/misc/emacs-mime.texi (time-date): Use float-time.
* etc/NEWS: Related edit.
| -rw-r--r-- | doc/misc/ChangeLog | 4 | ||||
| -rw-r--r-- | doc/misc/emacs-mime.texi | 7 | ||||
| -rw-r--r-- | etc/NEWS | 3 |
3 files changed, 9 insertions, 5 deletions
diff --git a/doc/misc/ChangeLog b/doc/misc/ChangeLog index c0a47b4db8d..d065f22a97a 100644 --- a/doc/misc/ChangeLog +++ b/doc/misc/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2014-01-24 Glenn Morris <rgm@gnu.org> | ||
| 2 | |||
| 3 | * emacs-mime.texi (time-date): Use float-time. | ||
| 4 | |||
| 1 | 2014-01-22 David Engster <deng@randomsample.de> | 5 | 2014-01-22 David Engster <deng@randomsample.de> |
| 2 | 6 | ||
| 3 | * eieio.texi (Introduction): Move introductory paragraph about | 7 | * eieio.texi (Introduction): Move introductory paragraph about |
diff --git a/doc/misc/emacs-mime.texi b/doc/misc/emacs-mime.texi index 601269d405b..7931ab298f0 100644 --- a/doc/misc/emacs-mime.texi +++ b/doc/misc/emacs-mime.texi | |||
| @@ -1511,7 +1511,7 @@ Here's a bunch of time/date/second/day examples: | |||
| 1511 | (date-to-time "Sat Sep 12 12:21:54 1998 +0200") | 1511 | (date-to-time "Sat Sep 12 12:21:54 1998 +0200") |
| 1512 | @result{} (13818 19266) | 1512 | @result{} (13818 19266) |
| 1513 | 1513 | ||
| 1514 | (time-to-seconds '(13818 19266)) | 1514 | (float-time '(13818 19266)) |
| 1515 | @result{} 905595714.0 | 1515 | @result{} 905595714.0 |
| 1516 | 1516 | ||
| 1517 | (seconds-to-time 905595714.0) | 1517 | (seconds-to-time 905595714.0) |
| @@ -1583,9 +1583,8 @@ These are the functions available: | |||
| 1583 | @item date-to-time | 1583 | @item date-to-time |
| 1584 | Take a date and return a time. | 1584 | Take a date and return a time. |
| 1585 | 1585 | ||
| 1586 | @item time-to-seconds | 1586 | @item float-time |
| 1587 | Take a time and return seconds. Note that Emacs has a built-in | 1587 | Take a time and return seconds. (This is a built-in function.) |
| 1588 | function, @code{float-time}, that does this. | ||
| 1589 | 1588 | ||
| 1590 | @item seconds-to-time | 1589 | @item seconds-to-time |
| 1591 | Take seconds and return a time. | 1590 | Take seconds and return a time. |
| @@ -1263,7 +1263,8 @@ These attributes are only meaningful for coding-systems of type | |||
| 1263 | `:coding-type' attribute and can be accessed by calling the | 1263 | `:coding-type' attribute and can be accessed by calling the |
| 1264 | `coding-system-type' function.) | 1264 | `coding-system-type' function.) |
| 1265 | 1265 | ||
| 1266 | ** `time-to-seconds' is not obsolete any more. | 1266 | --- |
| 1267 | ** The `time-to-seconds' alias to `float-time' is no longer marked obsolete. | ||
| 1267 | 1268 | ||
| 1268 | +++ | 1269 | +++ |
| 1269 | ** New functions `group-gid' and `group-real-gid'. | 1270 | ** New functions `group-gid' and `group-real-gid'. |