From: Bruno Haible <bruno@clisp.org>
Date: Sun, 5 Jun 2022 17:09:15 +0000 (+0200)
Subject: doc: Fix warnings about regex chapter structure (regression 2022-05-15).
X-Git-Tag: v1.0~2270
X-Git-Url: https://gitweb.git.savannah.gnu.org/gitweb/?a=commitdiff_plain;h=3fe1777d7cff47fc32adfa4f76f691184edd7768;p=gnulib.git

doc: Fix warnings about regex chapter structure (regression 2022-05-15).

* doc/regex.texi (GNU Operators): Fix menu.
---

diff --git a/ChangeLog b/ChangeLog
index ed21be142f..1cc3015934 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2022-06-05  Bruno Haible  <bruno@clisp.org>
+
+	doc: Fix warnings about regex chapter structure (regression 2022-05-15).
+	* doc/regex.texi (GNU Operators): Fix menu.
+
 2022-06-04  Paul Eggert  <eggert@cs.ucla.edu>
 
 	regex-quote: \} -> } in EREs
diff --git a/doc/regex.texi b/doc/regex.texi
index 50f19dc7dc..cba1e13520 100644
--- a/doc/regex.texi
+++ b/doc/regex.texi
@@ -1250,8 +1250,8 @@ you can use unless the syntax bit @code{RE_NO_GNU_OPS} is set.
 
 @menu
 * Word Operators::
-* Whole-string Operators::
 * Space Operators::
+* Whole-string Operators::
 @end menu
 
 @node Word Operators