]> git.eshelyaron.com Git - emacs.git/commit
Improve documentation for year-zero issues
authorPaul Eggert <eggert@cs.ucla.edu>
Sun, 6 Oct 2019 04:17:48 +0000 (21:17 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Sun, 6 Oct 2019 04:24:09 +0000 (21:24 -0700)
commitaadf72167673c8702531ba3802e3d5f137f139ba
treed34ceaa0e50954e21b7b3be970138929958839be
parent6b915359efc24ea1262c77b9a35725929b06b08b
Improve documentation for year-zero issues

* doc/emacs/calendar.texi (Calendar Systems)
* doc/lispref/os.texi (Time Conversion):
Prefer "BC" to "B.C." since the documentation generally uses "BC".
* doc/misc/emacs-mime.texi (time-date):
* lisp/calendar/time-date.el (date-to-day, time-to-days):
In the doc string, state the day origin more clearly, and more
consistently with the rest of the documentation.
* src/timefns.c (Fdecode_time): State the year origin in
the doc string.
doc/emacs/calendar.texi
doc/lispref/os.texi
doc/misc/emacs-mime.texi
lisp/calc/calc-forms.el
lisp/calendar/time-date.el
src/timefns.c