]> git.eshelyaron.com Git - emacs.git/commitdiff
; Fix last change in lisp/replace.el.
authorBasil L. Contovounesios <contovob@tcd.ie>
Sun, 2 May 2021 11:59:19 +0000 (12:59 +0100)
committerBasil L. Contovounesios <contovob@tcd.ie>
Sun, 2 May 2021 11:59:19 +0000 (12:59 +0100)
lisp/replace.el

index f427bb30b492721826a2abed89e307f09a07e22b..fe2cbc447a623f5f016ee401b604e51941392f68 100644 (file)
@@ -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