X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=doc%2Fregex.texi;h=3c31db3b5da30f1cf9598f1ed99679ca7c1ce3d7;hb=35c72a2a1d0f9471e1a14ef1d43d2f11d001c402;hp=6601c6bf11775a4cd57299bc3b344abd45b2dfc1;hpb=4cde8fd725bd3127532c7ff556095abdb511bc40;p=gnulib.git diff --git a/doc/regex.texi b/doc/regex.texi index 6601c6bf1..3c31db3b5 100644 --- a/doc/regex.texi +++ b/doc/regex.texi @@ -1853,7 +1853,7 @@ matching or searching with the pattern buffer. @node Using Registers @subsection Using Registers -A group in a regular expression can match a (posssibly empty) substring +A group in a regular expression can match a (possibly empty) substring of the string that regular expression as a whole matched. The matcher remembers the beginning and end of the substring matched by each group.