summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2021-09-22 23:19:22 +0200
committerBruno Haible <bruno@clisp.org>2021-09-22 23:19:22 +0200
commit3148eb10eda7b771a08692b6165c8c5541172417 (patch)
treefa4cf623e610f682ab4faed2f2f1716fd5f58b93
parent25ce2d6b5fad4726ea1fc4d9bdf492505de0086e (diff)
downloadgnulib-3148eb10eda7b771a08692b6165c8c5541172417.tar.gz
doc: Fix outdated statement about Spanish collation.
Reported by Dietmar Schindler in <https://lists.gnu.org/archive/html/bug-gnulib/2021-09/msg00095.html>. * doc/regex.texi (Collating Elements vs. Characters): Choose another example of a digraph with special collation.
-rw-r--r--ChangeLog6
-rw-r--r--doc/regex.texi4
2 files changed, 8 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 6cdba97f84..1c73906258 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
2021-09-22 Bruno Haible <bruno@clisp.org>
+ doc: Fix outdated statement about Spanish collation.
+ Reported by Dietmar Schindler in
+ <https://lists.gnu.org/archive/html/bug-gnulib/2021-09/msg00095.html>.
+ * doc/regex.texi (Collating Elements vs. Characters): Choose another
+ example of a digraph with special collation.
+
doc: Don't assume that the output format is TeX-based or info.
Reported by Dietmar Schindler in
<https://lists.gnu.org/archive/html/bug-gnulib/2021-09/msg00095.html>.
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.