]> Savannah Git Hosting - gnulib.git/commitdiff
doc: Fix warnings about regex chapter structure (regression 2022-05-15).
authorBruno Haible <bruno@clisp.org>
Sun, 5 Jun 2022 17:09:15 +0000 (19:09 +0200)
committerBruno Haible <bruno@clisp.org>
Sun, 5 Jun 2022 17:10:30 +0000 (19:10 +0200)
* doc/regex.texi (GNU Operators): Fix menu.

ChangeLog
doc/regex.texi

index ed21be142fc8f8b5d9be88532eb19c44582dd949..1cc3015934439cbb8b7552910e3f97f09320272e 100644 (file)
--- 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
index 50f19dc7dc4ab7de26db48d270838cde69758bfa..cba1e13520b3221d9f323b3159be41c4279ccd01 100644 (file)
@@ -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