]> git.eshelyaron.com Git - emacs.git/commitdiff
; Improve message text in xref.el
authorEli Zaretskii <eliz@gnu.org>
Sat, 15 Oct 2022 11:43:21 +0000 (14:43 +0300)
committerEli Zaretskii <eliz@gnu.org>
Sat, 15 Oct 2022 11:43:21 +0000 (14:43 +0300)
* lisp/progmodes/xref.el (xref--query-replace-1): Improve text of
user-error.

lisp/progmodes/xref.el

index afb4509913986f43f4e17c51cb30a46122e0bf5a..bb36688ef856b09469636f4ff37d1200e66ffc12 100644 (file)
@@ -898,7 +898,7 @@ ITEMS is an xref item which " ; FIXME: Expand documentation.
             (perform-replace from to t t nil nil multi-query-replace-map)))
     (unless did-it-once
       (user-error
-       "Cannot use subset of matches of identifier for global renaming"))
+       "Cannot perform global renaming of symbols using find-definition results"))
     (when (and continue (not buf-pairs))
       (message "All results processed"))))