1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-02 02:10:46 -08:00
emacs/doc
Paul Eggert 80e145fc96 Avoid losing info when formatting integers
* doc/lispref/numbers.texi (Integer Basics): Clarify that
out-of-range integers are treated as floating point only when the
integers are decimal.
* etc/NEWS: Mention changes.
* src/editfns.c (styled_format): Use %.0f when formatting %d or %i
values outside machine integer range, to avoid losing info.
Signal an error for %o or %x values that are too large to be
formatted, to avoid losing info.
2018-03-08 20:57:01 -08:00
..
emacs * lisp/isearch.el (search-exit-option): Add option 'append'. 2018-03-09 00:29:04 +02:00
lispintro Merge from origin/emacs-26 2018-02-28 09:40:40 -08:00
lispref Avoid losing info when formatting integers 2018-03-08 20:57:01 -08:00
man etags(1): fix formatting problem 2018-01-19 14:18:09 +00:00
misc Merge from origin/emacs-26 2018-03-08 08:29:14 -08:00