]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/replace.el (query-replace-regexp-eval): Doc fix.
authorEli Zaretskii <eliz@gnu.org>
Fri, 19 May 2017 08:12:51 +0000 (11:12 +0300)
committerEli Zaretskii <eliz@gnu.org>
Fri, 19 May 2017 08:12:51 +0000 (11:12 +0300)
lisp/replace.el

index 477cc9c3055ddf360befa2f4d6373963f79d4a8b..64dfe7da22d11a3f7b51b34580d58c4747f47afa 100644 (file)
@@ -464,8 +464,8 @@ reference `replace-count' to get the number of replacements already made.
 If the result of TO-EXPR is not a string, it is converted to one using
 `prin1-to-string' with the NOESCAPE argument (which see).
 
-For convenience, when entering TO-EXPR interactively, you can use `\\&' or
-`\\0' to stand for whatever matched the whole of REGEXP, and `\\N' (where
+For convenience, when entering TO-EXPR interactively, you can use `\\&'
+to stand for whatever matched the whole of REGEXP, and `\\N' (where
 N is a digit) to stand for whatever matched the Nth `\\(...\\)' (1-based)
 in REGEXP.