; * lisp/progmodes/xref.el (xref-query-replace-in-results): Fix last change.
This commit is contained in:
parent
b3023de543
commit
b8f4a1e0ed
1 changed files with 2 additions and 3 deletions
|
@ -750,13 +750,12 @@ references displayed in the current *xref* buffer.
|
|||
|
||||
When called interactively, it uses '.*' as FROM, which means
|
||||
replace the whole name. Unless called with prefix argument, in
|
||||
which case the user is prompted for both FROM and TO."
|
||||
which case the user is prompted for both FROM and TO.
|
||||
|
||||
As each match is found, the user must type a character saying
|
||||
what to do with it. Type SPC or `y' to replace the match,
|
||||
DEL or `n' to skip and go to the next match. For more directions,
|
||||
type \\[help-command] at that time.
|
||||
"
|
||||
type \\[help-command] at that time."
|
||||
(interactive
|
||||
(let* ((fr
|
||||
(if current-prefix-arg
|
||||
|
|
Loading…
Add table
Reference in a new issue