Mercurial > emacs
diff etc/NEWS @ 107346:6ac7a46c38cc
NEWS: Clarify last change.
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Sat, 06 Mar 2010 15:35:04 -0500 |
parents | e29233cedd0a |
children | 3067c2b8b6a6 54f3a4d055ee |
line wrap: on
line diff
--- a/etc/NEWS Sat Mar 06 15:33:04 2010 -0500 +++ b/etc/NEWS Sat Mar 06 15:35:04 2010 -0500 @@ -436,7 +436,9 @@ ** The Lisp reader turns integers that are too large/small into floats. For instance, on machines where `536870911' is the largest integer, reading `536870912' gives the floating-point object `536870912.0'. -This change does not change how integers overflow. + +This change only concerns the Lisp reader; it does not affect how +actual integer objects overflow. --- ** Several obsolete functions removed.