diff options
Diffstat (limited to 'Doc/lib/liblocale.tex')
-rw-r--r-- | Doc/lib/liblocale.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/lib/liblocale.tex b/Doc/lib/liblocale.tex index 3406b2b..8ea18bd 100644 --- a/Doc/lib/liblocale.tex +++ b/Doc/lib/liblocale.tex @@ -102,7 +102,7 @@ collates before or after \var{string2} or is equal to it. \end{funcdesc} \begin{funcdesc}{strxfrm}{string} -Transforms a string to one that can be used for the builtin function +Transforms a string to one that can be used for the built-in function \function{cmp()}\bifuncindex{cmp}, and still returns locale-aware results. This function can be used when the same string is compared repeatedly, e.g. when collating a sequence of strings. |