From bb5c6614eb171eef8c08474e0f949fe18ef4b230 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Fri, 19 May 2017 11:12:51 +0300 Subject: [PATCH] * lisp/replace.el (query-replace-regexp-eval): Doc fix. --- lisp/replace.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lisp/replace.el b/lisp/replace.el index 477cc9c3055..64dfe7da22d 100644 --- a/lisp/replace.el +++ b/lisp/replace.el @@ -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. -- 2.39.2