# HG changeset patch # User Stefan Monnier # Date 1241465590 0 # Node ID 7fb21f372caef661b9eb7865bd9af10e3e3c1a45 # Parent e09d4e825e2f93660dc25145b3219460f2e75df0 Add index entry for ?(: diff -r e09d4e825e2f -r 7fb21f372cae doc/lispref/searching.texi --- a/doc/lispref/searching.texi Mon May 04 15:19:43 2009 +0000 +++ b/doc/lispref/searching.texi Mon May 04 19:33:10 2009 +0000 @@ -657,6 +657,7 @@ @cindex shy groups @cindex non-capturing group @cindex unnumbered group +@cindex @samp{(?:} in regexp is the @dfn{shy group} construct. A shy group serves the first two purposes of an ordinary group (controlling the nesting of other operators), but it does not get a number, so you cannot refer back to