diff options
| author | Basil L. Contovounesios | 2021-05-02 12:59:19 +0100 |
|---|---|---|
| committer | Basil L. Contovounesios | 2021-05-02 12:59:19 +0100 |
| commit | 4e17c5e8c3d68624075bb34805d32a576865b038 (patch) | |
| tree | 614d0c7a63347925a0bc62d7a4c3821d70049e4f | |
| parent | 609d814fdf1e7ab76ec45017bc04087ae41d9bc8 (diff) | |
| download | emacs-4e17c5e8c3d68624075bb34805d32a576865b038.tar.gz emacs-4e17c5e8c3d68624075bb34805d32a576865b038.zip | |
; Fix last change in lisp/replace.el.
| -rw-r--r-- | lisp/replace.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/replace.el b/lisp/replace.el index f427bb30b49..fe2cbc447a6 100644 --- a/lisp/replace.el +++ b/lisp/replace.el | |||
| @@ -432,8 +432,8 @@ In Transient Mark mode, if the mark is active, operate on the contents | |||
| 432 | of the region. Otherwise, operate from point to the end of the buffer's | 432 | of the region. Otherwise, operate from point to the end of the buffer's |
| 433 | accessible portion. | 433 | accessible portion. |
| 434 | 434 | ||
| 435 | When invoked interactively, matching a newline with `\n' will not work; | 435 | When invoked interactively, matching a newline with `\\n' will not work; |
| 436 | use `C-q C-j' instead. To match a tab character (`\t'), just press `TAB'. | 436 | use `C-q C-j' instead. To match a tab character (`\\t'), just press `TAB'. |
| 437 | 437 | ||
| 438 | Use \\<minibuffer-local-map>\\[next-history-element] \ | 438 | Use \\<minibuffer-local-map>\\[next-history-element] \ |
| 439 | to pull the last incremental search regexp to the minibuffer | 439 | to pull the last incremental search regexp to the minibuffer |