aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/replace.el17
1 files changed, 11 insertions, 6 deletions
diff --git a/lisp/replace.el b/lisp/replace.el
index 2c3aa9b0885..428be3c3b65 100644
--- a/lisp/replace.el
+++ b/lisp/replace.el
@@ -293,7 +293,8 @@ As each match is found, the user must type a character saying
293what to do with it. For directions, type \\[help-command] at that time. 293what to do with it. For directions, type \\[help-command] at that time.
294 294
295In Transient Mark mode, if the mark is active, operate on the contents 295In Transient Mark mode, if the mark is active, operate on the contents
296of the region. Otherwise, operate from point to the end of the buffer. 296of the region. Otherwise, operate from point to the end of the buffer's
297accessible portion.
297 298
298Use \\<minibuffer-local-map>\\[next-history-element] \ 299Use \\<minibuffer-local-map>\\[next-history-element] \
299to pull the last incremental search string to the minibuffer 300to pull the last incremental search string to the minibuffer
@@ -355,7 +356,8 @@ As each match is found, the user must type a character saying
355what to do with it. For directions, type \\[help-command] at that time. 356what to do with it. For directions, type \\[help-command] at that time.
356 357
357In Transient Mark mode, if the mark is active, operate on the contents 358In Transient Mark mode, if the mark is active, operate on the contents
358of the region. Otherwise, operate from point to the end of the buffer. 359of the region. Otherwise, operate from point to the end of the buffer's
360accessible portion.
359 361
360Use \\<minibuffer-local-map>\\[next-history-element] \ 362Use \\<minibuffer-local-map>\\[next-history-element] \
361to pull the last incremental search regexp to the minibuffer 363to pull the last incremental search regexp to the minibuffer
@@ -452,7 +454,8 @@ Use `\\#&' or `\\#N' if you want a number instead of a string.
452In interactive use, `\\#' in itself stands for `replace-count'. 454In interactive use, `\\#' in itself stands for `replace-count'.
453 455
454In Transient Mark mode, if the mark is active, operate on the contents 456In Transient Mark mode, if the mark is active, operate on the contents
455of the region. Otherwise, operate from point to the end of the buffer. 457of the region. Otherwise, operate from point to the end of the buffer's
458accessible portion.
456 459
457Use \\<minibuffer-local-map>\\[next-history-element] \ 460Use \\<minibuffer-local-map>\\[next-history-element] \
458to pull the last incremental search regexp to the minibuffer 461to pull the last incremental search regexp to the minibuffer
@@ -507,7 +510,8 @@ each successive replacement uses the next successive replacement string,
507wrapping around from the last such string to the first. 510wrapping around from the last such string to the first.
508 511
509In Transient Mark mode, if the mark is active, operate on the contents 512In Transient Mark mode, if the mark is active, operate on the contents
510of the region. Otherwise, operate from point to the end of the buffer. 513of the region. Otherwise, operate from point to the end of the buffer's
514accessible portion.
511 515
512Non-interactively, TO-STRINGS may be a list of replacement strings. 516Non-interactively, TO-STRINGS may be a list of replacement strings.
513 517
@@ -573,7 +577,7 @@ replace backward.
573Operates on the region between START and END (if both are nil, from point 577Operates on the region between START and END (if both are nil, from point
574to the end of the buffer). Interactively, if Transient Mark mode is 578to the end of the buffer). Interactively, if Transient Mark mode is
575enabled and the mark is active, operates on the contents of the region; 579enabled and the mark is active, operates on the contents of the region;
576otherwise from point to the end of the buffer. 580otherwise from point to the end of the buffer's accessible portion.
577 581
578Use \\<minibuffer-local-map>\\[next-history-element] \ 582Use \\<minibuffer-local-map>\\[next-history-element] \
579to pull the last incremental search string to the minibuffer 583to pull the last incremental search string to the minibuffer
@@ -620,7 +624,8 @@ regexp in `search-whitespace-regexp'.
620This function is not affected by `replace-character-fold' 624This function is not affected by `replace-character-fold'
621 625
622In Transient Mark mode, if the mark is active, operate on the contents 626In Transient Mark mode, if the mark is active, operate on the contents
623of the region. Otherwise, operate from point to the end of the buffer. 627of the region. Otherwise, operate from point to the end of the buffer's
628accessible portion.
624 629
625Third arg DELIMITED (prefix arg if interactive), if non-nil, means replace 630Third arg DELIMITED (prefix arg if interactive), if non-nil, means replace
626only matches surrounded by word boundaries. A negative prefix arg means 631only matches surrounded by word boundaries. A negative prefix arg means