emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lispref/searching.texi,v


From: Richard M. Stallman
Subject: [Emacs-diffs] Changes to emacs/lispref/searching.texi,v
Date: Sat, 07 Apr 2007 01:44:02 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Richard M. Stallman <rms>       07/04/07 01:44:01

Index: searching.texi
===================================================================
RCS file: /cvsroot/emacs/emacs/lispref/searching.texi,v
retrieving revision 1.79
retrieving revision 1.80
diff -u -b -r1.79 -r1.80
--- searching.texi      31 Mar 2007 13:51:43 -0000      1.79
+++ searching.texi      7 Apr 2007 01:44:01 -0000       1.80
@@ -106,7 +106,7 @@
 @end deffn
 
 @deffn Command word-search-forward string &optional limit noerror repeat
address@hidden word search
address@hidden  @cindex word search   Redundant
 This function searches forward from point for a ``word'' match for
 @var{string}.  If it finds a match, it sets point to the end of the
 match found, and returns the new value of point.
@@ -220,7 +220,7 @@
 regexps; the following section says how to search for them.
 
 @findex re-builder
address@hidden authoring regular expressions
address@hidden regular expressions, developing
   For convenient interactive development of regular expressions, you
 can use the @kbd{M-x re-builder} command.  It provides a convenient
 interface for creating regular expressions, by giving immediate visual
@@ -1186,7 +1186,7 @@
 
 @node Replacing Match
 @subsection Replacing the Text that Matched
address@hidden replace match
address@hidden replace matched text
 
   This function replaces all or part of the text matched by the last
 search.  It works by means of the match data.
@@ -1544,8 +1544,8 @@
 
 @node Search and Replace
 @section Search and Replace
address@hidden replacement
address@hidden search and replace
address@hidden replacement after search
address@hidden searching and replacing
 
   If you want to find all matches for a regexp in part of the buffer,
 and replace them, the best way is to write an explicit loop using




reply via email to

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