aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/replace.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/replace.el')
-rw-r--r--lisp/replace.el4
1 files 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.
464If the result of TO-EXPR is not a string, it is converted to one using 464If the result of TO-EXPR is not a string, it is converted to one using
465`prin1-to-string' with the NOESCAPE argument (which see). 465`prin1-to-string' with the NOESCAPE argument (which see).
466 466
467For convenience, when entering TO-EXPR interactively, you can use `\\&' or 467For convenience, when entering TO-EXPR interactively, you can use `\\&'
468`\\0' to stand for whatever matched the whole of REGEXP, and `\\N' (where 468to stand for whatever matched the whole of REGEXP, and `\\N' (where
469N is a digit) to stand for whatever matched the Nth `\\(...\\)' (1-based) 469N is a digit) to stand for whatever matched the Nth `\\(...\\)' (1-based)
470in REGEXP. 470in REGEXP.
471 471