# HG changeset patch # User Chong Yidong # Date 1267907704 18000 # Node ID 6ac7a46c38cc38fa0ac25751e02518dcae90bbab # Parent e29233cedd0a3183e041d01ffbff2b98ea881972 NEWS: Clarify last change. diff -r e29233cedd0a -r 6ac7a46c38cc etc/NEWS --- 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.