Mention the new functions string-collate-lessp' and string-collate-equalp'.

This commit is contained in:
Michael Albinus 2014-08-24 17:47:06 +02:00
parent 07b47905d3
commit 849abe1dc1

View file

@ -66,6 +66,12 @@ for use in Emacs bug reports.
hiding character but the default `.' can be used by let-binding the
variable `read-hide-char'.
** The new functions `string-collate-lessp' and `string-collate-equalp'
preserve the collation order as defined by the system's locale(1)
environment. For the time being this is implemented for POSIX systems
only, for other systems they fall back to their counterparts
`string-lessp' and `string-equal'.
* Editing Changes in Emacs 24.5