Mercurial > emacs
changeset 31064:3aa8be9f2e70
Mark sort-numeric-fields and sort-numeric-base as documented in the manual.
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Tue, 22 Aug 2000 15:34:52 +0000 |
parents | e0e59380736b |
children | 357e242b7f87 |
files | etc/NEWS |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/etc/NEWS Tue Aug 22 15:30:59 2000 +0000 +++ b/etc/NEWS Tue Aug 22 15:34:52 2000 +0000 @@ -1080,11 +1080,12 @@ 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