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: Eli Zaretskii
Subject: [Emacs-diffs] Changes to emacs/lispref/searching.texi,v
Date: Sat, 31 Mar 2007 13:51:44 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Eli Zaretskii <eliz>    07/03/31 13:51:44

Index: searching.texi
===================================================================
RCS file: /cvsroot/emacs/emacs/lispref/searching.texi,v
retrieving revision 1.78
retrieving revision 1.79
diff -u -b -r1.78 -r1.79
--- searching.texi      16 Jan 2007 03:28:53 -0000      1.78
+++ searching.texi      31 Mar 2007 13:51:43 -0000      1.79
@@ -1186,6 +1186,7 @@
 
 @node Replacing Match
 @subsection Replacing the Text that Matched
address@hidden replace match
 
   This function replaces all or part of the text matched by the last
 search.  It works by means of the match data.
@@ -1544,6 +1545,7 @@
 @node Search and Replace
 @section Search and Replace
 @cindex replacement
address@hidden search and replace
 
   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]