aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/NEWS b/etc/NEWS
index bad95191884..9a3799a62a0 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -1726,7 +1726,7 @@ systems and for MS-Windows, for other systems they fall back to their
1726counterparts `string-lessp' and `string-equal'. 1726counterparts `string-lessp' and `string-equal'.
1727 1727
1728+++ 1728+++
1729** The new function `string-numeric-lessp' compares strings by 1729** The new function `string-version-lessp' compares strings by
1730interpreting consecutive runs of numerical characters as numbers, and 1730interpreting consecutive runs of numerical characters as numbers, and
1731compares their numerical values. According to this predicate, 1731compares their numerical values. According to this predicate,
1732"foo2.png" is smaller than "foo12.png". 1732"foo2.png" is smaller than "foo12.png".