We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 746b20c commit cbc10ecCopy full SHA for cbc10ec
lisp/replace.el
@@ -2711,7 +2711,7 @@ characters."
2711
search-string (nth (if replaced 4 3) elt)
2712
last-replacement (nth (if replaced 3 4) elt)
2713
search-string-replaced search-string
2714
- last-replacement-replaced last-replacement
+ next-replacement-replaced last-replacement
2715
last-was-act-and-show nil)
2716
2717
(when (and (= stack-idx stack-len)
0 commit comments