diff options
Diffstat (limited to '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 of the region. Otherwise, operate from point to the end of the buffer's accessible portion. -When invoked interactively, matching a newline with `\n' will not work; -use `C-q C-j' instead. To match a tab character (`\t'), just press `TAB'. +When invoked interactively, matching a newline with `\\n' will not work; +use `C-q C-j' instead. To match a tab character (`\\t'), just press `TAB'. Use \\<minibuffer-local-map>\\[next-history-element] \ to pull the last incremental search regexp to the minibuffer |