/[emacs]/emacs/lispref/searching.texi
ViewVC logotype

Diff of /emacs/lispref/searching.texi

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.39 by rms, Sat May 4 06:33:47 2002 UTC revision 1.40 by rms, Thu Sep 12 03:32:02 2002 UTC
# Line 1060  A positive number means to include that Line 1060  A positive number means to include that
1060  @section Search and Replace  @section Search and Replace
1061  @cindex replacement  @cindex replacement
1062    
1063  @defun perform-replace from-string replacements start end query-flag regexp-flag delimited-flag &optional repeat-count map  @defun perform-replace from-string replacements query-flag regexp-flag delimited-flag &optional repeat-count map start end
1064  This function is the guts of @code{query-replace} and related  This function is the guts of @code{query-replace} and related
1065  commands.  It searches for occurrences of @var{from-string} in the  commands.  It searches for occurrences of @var{from-string} in the
1066  text between positions @var{start} and @var{end} and replaces some or  text between positions @var{start} and @var{end} and replaces some or
1067  all of them.  If @var{start} is @code{nil}, point is used instead, and  all of them.  If @var{start} is @code{nil} (or omitted), point is used
1068  the buffer's end is used for @var{end}.  instead, and the buffer's end is used for @var{end}.
1069    
1070  If @var{query-flag} is @code{nil}, it replaces all  If @var{query-flag} is @code{nil}, it replaces all
1071  occurrences; otherwise, it asks the user what to do about each one.  occurrences; otherwise, it asks the user what to do about each one.

Legend:
Removed from v.1.39  
changed lines
  Added in v.1.40

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26