From: Basil L. Contovounesios Date: Sun, 2 May 2021 11:59:19 +0000 (+0100) Subject: ; Fix last change in lisp/replace.el. X-Git-Tag: emacs-28.0.90~2645 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=4e17c5e8c3d68624075bb34805d32a576865b038;p=emacs.git ; Fix last change in lisp/replace.el. --- 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 \\\\[next-history-element] \ to pull the last incremental search regexp to the minibuffer