emacs-diffs
[Top][All Lists]
Advanced

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

master b8f4a1e0ed: ; * lisp/progmodes/xref.el (xref-query-replace-in-res


From: Eli Zaretskii
Subject: master b8f4a1e0ed: ; * lisp/progmodes/xref.el (xref-query-replace-in-results): Fix last change.
Date: Thu, 28 Apr 2022 11:42:20 -0400 (EDT)

branch: master
commit b8f4a1e0edc3cdeb1fa2c44cb97e4b8e12233378
Author: Eli Zaretskii <eliz@gnu.org>
Commit: Eli Zaretskii <eliz@gnu.org>

    ; * 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 8d0ad836ef..43ab703da2 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



reply via email to

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