--- src/gnulib-git/gnulib/doc/regexprops-generic.texi 2007-11-27 11:06:38.000000000 +0000 +++ compile/doc/regexprops-generic.texi 2007-11-27 22:42:14.000000000 +0000 @@ -192,7 +194,7 @@ @item At the end of a regular expression address@hidden Before an close-group, signified by address@hidden Before a close-group, signified by @samp{\)} @item Before the alternation operator @samp{\|} @@ -283,7 +285,7 @@ @item At the end of a regular expression address@hidden Before an close-group, signified by address@hidden Before a close-group, signified by @samp{\)} @item Before the alternation operator @samp{\|} @@ -441,7 +443,7 @@ @item At the end of a regular expression address@hidden Before an close-group, signified by address@hidden Before a close-group, signified by @samp{\)} @item Before a newline @@ -499,7 +501,7 @@ The characters @samp{^} and @samp{$} always represent the beginning and end of a string respectively, except within square brackets. Within brackets, @samp{^} can be used to invert the membership of the character class being specified. address@hidden, @samp{+} and @samp{?} are special at any point in a regular expression except the following places, where they are illegal: address@hidden, @samp{+} and @samp{?} are special at any point in a regular expression except the following places, where they are not allowed: @enumerate @item At the beginning of a regular expression @@ -626,7 +628,7 @@ The characters @samp{^} and @samp{$} always represent the beginning and end of a string respectively, except within square brackets. Within brackets, @samp{^} can be used to invert the membership of the character class being specified. address@hidden, @samp{+} and @samp{?} are special at any point in a regular expression except the following places, where they are illegal: address@hidden, @samp{+} and @samp{?} are special at any point in a regular expression except the following places, where they are not allowed: @enumerate @item At the beginning of a regular expression @@ -696,7 +698,7 @@ @item At the end of a regular expression address@hidden Before an close-group, signified by address@hidden Before a close-group, signified by @samp{\)} @end enumerate