emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs/doc/lispref searching.texi


From: Stefan Monnier
Subject: [Emacs-diffs] emacs/doc/lispref searching.texi
Date: Mon, 04 May 2009 19:33:10 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Stefan Monnier <monnier>        09/05/04 19:33:10

Modified files:
        doc/lispref    : searching.texi 

Log message:
        Add index entry for ?(:

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/emacs/doc/lispref/searching.texi?cvsroot=emacs&r1=1.13&r2=1.14

Patches:
Index: searching.texi
===================================================================
RCS file: /sources/emacs/emacs/doc/lispref/searching.texi,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -b -r1.13 -r1.14
--- searching.texi      15 Apr 2009 21:54:15 -0000      1.13
+++ searching.texi      4 May 2009 19:33:10 -0000       1.14
@@ -657,6 +657,7 @@
 @cindex shy groups
 @cindex non-capturing group
 @cindex unnumbered group
address@hidden @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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]