mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-06-14 12:31:25 +00:00
* lisp/calendar/time-date.el (format-seconds): Document that the arg can be any time value, and need not be a number. This has been true for some time, but has not been documented. Avoid some (but not all) rounding errors internally, and add a comment about the remaining rounding error. * lisp/emacs-lisp/timer-list.el (list-timers): * lisp/org/org-timer.el (org-timer-show-remaining-time): * lisp/org/ox.el (org-export--stack-generate): * lisp/time.el (emacs-uptime): Omit unnecessary conversion of time value that can increase rounding error. * test/lisp/calendar/time-date-tests.el (test-format-seconds): Test that format-seconds works on time values that are not numbers. |
||
|---|---|---|
| .. | ||
| emacs | ||
| lispintro | ||
| lispref | ||
| man | ||
| misc | ||
| translations | ||