1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-12 09:28:24 +00:00
emacs/doc
Paul Eggert 799d738bc7 Overflow errors are range errors
* etc/NEWS: Mention this.
* doc/lispref/errors.texi (Standard Errors):
Document overflow-error, which was formerly undocumented.
It is a range error, not a domain error.
* src/data.c (syms_of_data): overflow-error and (undocumented)
underflow-error are subtypes range-error, not domain-error.
This fixes bugs in timezone-time-from-absolute and in
erc-ctcp-reply-PING.
2019-11-04 23:39:55 -08:00
..
emacs Document Windows font selection quirks 2019-11-02 12:50:27 +02:00
lispintro Revert "Omit edition numbers and dates in manuals" 2019-11-02 09:52:39 +02:00
lispref Overflow errors are range errors 2019-11-04 23:39:55 -08:00
man Enable tab-bar-mode from X resources 2019-10-13 23:56:17 +03:00
misc Allow flymake diagnostic types to have shorter names 2019-11-02 16:38:53 +00:00