]> git.eshelyaron.com Git - emacs.git/commit
Improvements on (TICKS . HZ)
authorPaul Eggert <eggert@cs.ucla.edu>
Wed, 3 Oct 2018 16:10:01 +0000 (09:10 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Sun, 7 Oct 2018 06:31:04 +0000 (23:31 -0700)
commit3cc452327eff056f17637566aaf05a877e61d69a
treee702e883dab66b2a63cf1b728c3bd7ca0faabd70
parent93fe420942c08111a6048af7c4d7807c61d80a09
Improvements on (TICKS . HZ)

This patch is in response to Eli's review (Bug#32902#10).
* src/systime.c: Doc strings of affected functions now refer
to format-time-string instead of to Lisp manual, and
format-time-string's doc string covers time values.
* test/src/systime-tests.el (format-time-string-with-zone):
Check decode-time too.
(decode-then-encode-time, time-arith-tests): New tests.
doc/lispref/buffers.texi
doc/lispref/os.texi
src/timefns.c
test/src/timefns-tests.el