aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--etc/NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 299e0ef81a3..db345d1a5fb 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -687,7 +687,7 @@ isearch-lazy-highlight-cleanup'.
687** Changes in sort.el 687** Changes in sort.el
688 688
689The function sort-numeric-fields interprets numbers starting with `0' 689The function sort-numeric-fields interprets numbers starting with `0'
690as ocatal and numbers starting with `0x' or `0X' as hexadecimal. The 690as octal and numbers starting with `0x' or `0X' as hexadecimal. The
691new user-option sort-numberic-base can be used to specify a default 691new user-option sort-numberic-base can be used to specify a default
692numeric base. 692numeric base.
693 693