emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master bb5c661: * lisp/replace.el (query-replace-regexp-ev


From: Eli Zaretskii
Subject: [Emacs-diffs] master bb5c661: * lisp/replace.el (query-replace-regexp-eval): Doc fix.
Date: Fri, 19 May 2017 04:13:28 -0400 (EDT)

branch: master
commit bb5c6614eb171eef8c08474e0f949fe18ef4b230
Author: Eli Zaretskii <address@hidden>
Commit: Eli Zaretskii <address@hidden>

    * 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 477cc9c..64dfe7d 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.
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]