emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master 5934122: * etc/NEWS: Fix eql typo in previous chang


From: Paul Eggert
Subject: [Emacs-diffs] master 5934122: * etc/NEWS: Fix eql typo in previous change.
Date: Wed, 18 Jul 2018 14:27:26 -0400 (EDT)

branch: master
commit 5934122c1f3371a07b9f041aec693d762e9d8767
Author: Paul Eggert <address@hidden>
Commit: Paul Eggert <address@hidden>

    * etc/NEWS: Fix eql typo in previous change.
---
 etc/NEWS | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/etc/NEWS b/etc/NEWS
index 861520b..f30ab69 100644
--- 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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]