]> git.eshelyaron.com Git - emacs.git/commitdiff
* etc/NEWS: Fix eql typo in previous change.
authorPaul Eggert <eggert@cs.ucla.edu>
Wed, 18 Jul 2018 18:27:06 +0000 (11:27 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Wed, 18 Jul 2018 18:27:06 +0000 (11:27 -0700)
etc/NEWS

index 861520bd14ba905b20ca18898e46ee98fa1c99d7..f30ab698233c32fdd24134bb29bd962e4249307c 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -829,8 +829,8 @@ remote systems, which support this check.
 ** 'eql', 'make-hash-table', etc. now treat NaNs consistently.
 Formerly, some of these functions ignored signs and significands of
 NaNs.  Now, all these functions treat NaN signs and significands as
-significant.  For example, (eql 0.0e+NaN -0.0e+NaN) now returns t
-because the two NaNs have different signs; formerly it returned nil.
+significant.  For example, (eql 0.0e+NaN -0.0e+NaN) now returns nil
+because the two NaNs have different signs; formerly it returned t.
 
 +++
 ** The function 'make-string' accepts an additional optional argument.