]> git.eshelyaron.com Git - emacs.git/commitdiff
Mark sort-numeric-fields and sort-numeric-base as documented in the manual.
authorEli Zaretskii <eliz@gnu.org>
Tue, 22 Aug 2000 15:34:52 +0000 (15:34 +0000)
committerEli Zaretskii <eliz@gnu.org>
Tue, 22 Aug 2000 15:34:52 +0000 (15:34 +0000)
etc/NEWS

index 769803c6878130091d754658516f4126792d8d01..5b6b49af783f21dbf42006b3d0b5fa5decc4eac9 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -1080,11 +1080,12 @@ matches are automatically cleared when you end the search.  If it is
 set to nil, you can remove the highlights manually with `M-x
 isearch-lazy-highlight-cleanup'.
 
++++
 ** Changes in sort.el
 
 The function sort-numeric-fields interprets numbers starting with `0'
 as octal and numbers starting with `0x' or `0X' as hexadecimal.  The
-new user-option sort-numberic-base can be used to specify a default
+new user-option sort-numeric-base can be used to specify a default
 numeric base.
 
 ** Changes to Ange-ftp