mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
* lisp/replace.el (query-replace-regexp-eval): Doc fix.
This commit is contained in:
parent
7c951fd518
commit
bb5c6614eb
1 changed files with 2 additions and 2 deletions
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue