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