comparison man/search.texi @ 90294:c5406394f567

Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-13 Merge from emacs--devo--0 Patches applied: * emacs--devo--0 (patch 43-57) - Update from CVS - Merge from erc--emacs--0 - Make constrain-to-field notice overlays - Merge from gnus--rel--5.10 * gnus--rel--5.10 (patch 18-21) - Update from CVS - Merge from emacs--devo--0
author Miles Bader <miles@gnu.org>
date Wed, 08 Feb 2006 04:26:44 +0000
parents 7432ca837c8d 01a45acfbdc6
children a7364c1a561e
comparison
equal deleted inserted replaced
90293:275e0a144c1d 90294:c5406394f567
1 @c This is part of the Emacs manual. 1 @c This is part of the Emacs manual.
2 @c Copyright (C) 1985, 1986, 1987, 1993, 1994, 1995, 1997, 2000, 2001, 2002, 2 @c Copyright (C) 1985, 1986, 1987, 1993, 1994, 1995, 1997, 2000, 2001, 2002,
3 @c 2003, 2004, 2005 Free Software Foundation, Inc. 3 @c 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
4 @c See file emacs.texi for copying conditions. 4 @c See file emacs.texi for copying conditions.
5 @node Search, Fixit, Display, Top 5 @node Search, Fixit, Display, Top
6 @chapter Searching and Replacement 6 @chapter Searching and Replacement
7 @cindex searching 7 @cindex searching
8 @cindex finding strings within text 8 @cindex finding strings within text
735 @cindex shy group, in regexp 735 @cindex shy group, in regexp
736 specifies a ``shy'' group that does not record the matched substring; 736 specifies a ``shy'' group that does not record the matched substring;
737 you can't refer back to it with @samp{\@var{d}}. This is useful 737 you can't refer back to it with @samp{\@var{d}}. This is useful
738 in mechanically combining regular expressions, so that you 738 in mechanically combining regular expressions, so that you
739 can add groups for syntactic purposes without interfering with 739 can add groups for syntactic purposes without interfering with
740 the numbering of the groups that were written by the user. 740 the numbering of the groups that are meant to be referred to.
741 741
742 @item \@var{d} 742 @item \@var{d}
743 matches the same text that matched the @var{d}th occurrence of a 743 matches the same text that matched the @var{d}th occurrence of a
744 @samp{\( @dots{} \)} construct. 744 @samp{\( @dots{} \)} construct.
745 745