]> code.delx.au - gnu-emacs/blobdiff - etc/NEWS
Use Gnulib filevercmp for version comparison
[gnu-emacs] / etc / NEWS
index bad95191884185fc82c3a3afede4783daa1c58fe..9a3799a62a09f13c48e517d271e61af48972fefd 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -1726,7 +1726,7 @@ systems and for MS-Windows, for other systems they fall back to their
 counterparts `string-lessp' and `string-equal'.
 
 +++
-** The new function `string-numeric-lessp' compares strings by
+** The new function `string-version-lessp' compares strings by
 interpreting consecutive runs of numerical characters as numbers, and
 compares their numerical values.  According to this predicate,
 "foo2.png" is smaller than "foo12.png".