From b8f4a1e0edc3cdeb1fa2c44cb97e4b8e12233378 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Thu, 28 Apr 2022 18:41:53 +0300 Subject: [PATCH] ; * lisp/progmodes/xref.el (xref-query-replace-in-results): Fix last change. --- lisp/progmodes/xref.el | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/lisp/progmodes/xref.el b/lisp/progmodes/xref.el index 8d0ad836ef5..43ab703da22 100644 --- a/lisp/progmodes/xref.el +++ b/lisp/progmodes/xref.el @@ -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 -- 2.39.2