aboutsummaryrefslogtreecommitdiffstats
path: root/doc/misc
diff options
context:
space:
mode:
authorPaul Eggert2019-08-04 09:57:27 -0700
committerPaul Eggert2019-08-04 10:09:25 -0700
commit5f3f3884a0d2a88101d330b82ef5b584cfc02aa6 (patch)
tree1fe0f5f8779f6836748d26ecfc58cee88da8e46e /doc/misc
parentf01597a43ea2eac38cfbb829f301c2e6e3bcbe83 (diff)
downloademacs-5f3f3884a0d2a88101d330b82ef5b584cfc02aa6.tar.gz
emacs-5f3f3884a0d2a88101d330b82ef5b584cfc02aa6.zip
Improve time function doc
* doc/misc/emacs-mime.texi (time-date): Don’t give parse-iso8601-time-string in the example, as the function is not autoloaded. * lisp/gnus/nndiary.el (nndiary-compute-reminders): No need to call encode-time or use floating point here.
Diffstat (limited to 'doc/misc')
-rw-r--r--doc/misc/emacs-mime.texi6
1 files changed, 1 insertions, 5 deletions
diff --git a/doc/misc/emacs-mime.texi b/doc/misc/emacs-mime.texi
index 6e95013c186..1f384f4f270 100644
--- a/doc/misc/emacs-mime.texi
+++ b/doc/misc/emacs-mime.texi
@@ -1541,10 +1541,6 @@ Here's a bunch of time/date/second/day examples:
1541 1000000) 1541 1000000)
1542@result{} (905595714000000 . 1000000) 1542@result{} (905595714000000 . 1000000)
1543 1543
1544(encode-time (parse-iso8601-time-string "1998-09-12T12:21:54+0200")
1545 1000000)
1546@result{} (905595714000000 . 1000000)
1547
1548(float-time '(905595714000000 . 1000000)) 1544(float-time '(905595714000000 . 1000000))
1549@result{} 905595714.0 1545@result{} 905595714.0
1550 1546
@@ -1627,7 +1623,7 @@ These are the functions available:
1627Take a date and return a time. 1623Take a date and return a time.
1628 1624
1629@item float-time 1625@item float-time
1630Take a time and return seconds. (This is a built-in function.) 1626Take a time and return seconds.
1631 1627
1632@item encode-time 1628@item encode-time
1633Take seconds (and other ways to represent time, notably decoded time 1629Take seconds (and other ways to represent time, notably decoded time