]> git.eshelyaron.com Git - emacs.git/commitdiff
* etc/NEWS: Adjust to match previous patch.
authorPaul Eggert <eggert@cs.ucla.edu>
Wed, 8 Mar 2017 06:05:53 +0000 (22:05 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Wed, 8 Mar 2017 06:08:34 +0000 (22:08 -0800)
etc/NEWS

index ce20dfb15d7a8e858e081ea16a69b13fc9fb5f91..32137a79da6170a249ca14a92e55db2e92ecfe8f 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -804,11 +804,11 @@ Standard #18.  If you only want to match space and tab, use [ \t]
 instead.
 
 +++
-** 'min' and 'max' now always return one of their arguments.
-Formerly, they returned a floating-point value if any argument was
-floating-point, which was sometimes numerically incorrect.  For
-example, (min most-positive-fixnum (+ 1.0 most-positive-fixnum)) now
-always returns its first argument instead of its second.
+** 'min' and 'max' no longer round their results.  Formerly, they
+returned a floating-point value if any argument was floating-point,
+which was sometimes numerically incorrect.  For example, on a 64-bit
+host (max 1e16 10000000000000001) now returns its second argument
+instead of its first.
 
 \f
 * Lisp Changes in Emacs 26.1