aboutsummaryrefslogtreecommitdiffstats
path: root/lispref/searching.texi
diff options
context:
space:
mode:
authorMelissa Weisshaus <[email protected]>1995-06-16 19:17:59 +0000
committerMelissa Weisshaus <[email protected]>1995-06-16 19:17:59 +0000
commitbda144f49f2ba0f467054530a21e39ec7b7575fa (patch)
treed9656e42c1146edc1ebab8152375ee8772b44944 /lispref/searching.texi
parentb7011339a202da06ec2ba58b11618692ea8f0326 (diff)
updates for version 19.29 made by melissa; also needed to check out files
so two-volume formatting could be accomplished.
Diffstat (limited to 'lispref/searching.texi')
-rw-r--r--lispref/searching.texi6
1 files changed, 3 insertions, 3 deletions
diff --git a/lispref/searching.texi b/lispref/searching.texi
index 40cc3eb6cb..073c1ae212 100644
--- a/lispref/searching.texi
+++ b/lispref/searching.texi
@@ -850,9 +850,9 @@ The argument @var{replacements} specifies what to replace occurrences
with. If it is a string, that string is used. It can also be a list of
strings, to be used in cyclic order.
-If @var{repeat-count} is non-@code{nil}, it should be an integer, the
-number of occurrences to consider. In this case, @code{perform-replace}
-returns after considering that many occurrences.
+If @var{repeat-count} is non-@code{nil}, it should be an integer. Then
+it specifies how many times to use each of the strings in the
+@var{replacements} list before advancing cyclicly to the next one.
Normally, the keymap @code{query-replace-map} defines the possible user
responses for queries. The argument @var{map}, if non-@code{nil}, is a