# HG changeset patch # User Andreas Schwab # Date 1014064219 0 # Node ID f39dfc11dc5877ec4fe863ab37cb5ebda292fdcc # Parent 9550f54734dcec0f97f1ea99f1739e3b28b48fbc (query-replace-regexp-eval): Doc fix. diff -r 9550f54734dc -r f39dfc11dc58 lisp/replace.el --- a/lisp/replace.el Mon Feb 18 20:29:16 2002 +0000 +++ b/lisp/replace.el Mon Feb 18 20:30:19 2002 +0000 @@ -153,8 +153,8 @@ `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 -N is a digit) to stand for whatever matched the Nth `\(...\)' in REGEXP. +`\\0' to stand for whatever matched the whole of REGEXP, and `\\N' (where +N is a digit) to stand for whatever matched the Nth `\\(...\\)' in REGEXP. Use `\\#&' or `\\#N' if you want a number instead of a string. In Transient Mark mode, if the mark is active, operate on the contents