[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/lispref/searching.texi
From: |
Richard M. Stallman |
Subject: |
[Emacs-diffs] Changes to emacs/lispref/searching.texi |
Date: |
Wed, 11 Sep 2002 23:32:03 -0400 |
Index: emacs/lispref/searching.texi
diff -c emacs/lispref/searching.texi:1.39 emacs/lispref/searching.texi:1.40
*** emacs/lispref/searching.texi:1.39 Sat May 4 02:33:47 2002
--- emacs/lispref/searching.texi Wed Sep 11 23:32:02 2002
***************
*** 1060,1071 ****
@section Search and Replace
@cindex replacement
! @defun perform-replace from-string replacements start end query-flag
regexp-flag delimited-flag &optional repeat-count map
This function is the guts of @code{query-replace} and related
commands. It searches for occurrences of @var{from-string} in the
text between positions @var{start} and @var{end} and replaces some or
! all of them. If @var{start} is @code{nil}, point is used instead, and
! the buffer's end is used for @var{end}.
If @var{query-flag} is @code{nil}, it replaces all
occurrences; otherwise, it asks the user what to do about each one.
--- 1060,1071 ----
@section Search and Replace
@cindex replacement
! @defun perform-replace from-string replacements query-flag regexp-flag
delimited-flag &optional repeat-count map start end
This function is the guts of @code{query-replace} and related
commands. It searches for occurrences of @var{from-string} in the
text between positions @var{start} and @var{end} and replaces some or
! all of them. If @var{start} is @code{nil} (or omitted), point is used
! instead, and the buffer's end is used for @var{end}.
If @var{query-flag} is @code{nil}, it replaces all
occurrences; otherwise, it asks the user what to do about each one.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Emacs-diffs] Changes to emacs/lispref/searching.texi,
Richard M. Stallman <=