summaryrefslogtreecommitdiff
path: root/doc/regex.texi
diff options
context:
space:
mode:
Diffstat (limited to 'doc/regex.texi')
-rw-r--r--doc/regex.texi4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/regex.texi b/doc/regex.texi
index 19a12cfa38..c8a691ebc8 100644
--- a/doc/regex.texi
+++ b/doc/regex.texi
@@ -388,8 +388,8 @@ two ways. First, a single character can map into two or more collating
elements. For example, the German ``ß''
collates as the collating element @samp{s} followed by another collating
element @samp{s}. Second, two or more characters can map into one
-collating element. For example, the Spanish @samp{ll} collates after
-@samp{l} and before @samp{m}.
+collating element. For example, the Czech @samp{ch} collates after
+@samp{h} and before @samp{i}.
Since POSIX's ``collating element'' preserves the essential idea of
a ``character,'' we use the latter, more familiar, term in this document.