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