]> git.eshelyaron.com Git - emacs.git/commitdiff
Change the xref-goto-xref error message
authorDmitry Gutov <dgutov@yandex.ru>
Thu, 5 Aug 2021 23:49:42 +0000 (02:49 +0300)
committerDmitry Gutov <dgutov@yandex.ru>
Thu, 5 Aug 2021 23:49:42 +0000 (02:49 +0300)
* lisp/progmodes/xref.el (xref-goto-xref):
Change the error message (bug#49846).

lisp/progmodes/xref.el

index 7453dbed9923bf342968bd684bdea7ac71aec75d..404752536f8050e3427f9f0c7941e79c968a2683 100644 (file)
@@ -657,7 +657,7 @@ quit the *xref* buffer."
   (interactive "P")
   (let* ((buffer (current-buffer))
          (xref (or (xref--item-at-point)
-                   (user-error "No reference at point")))
+                   (user-error "Choose a reference to visit")))
          (xref--current-item xref))
     (xref--show-location (xref-item-location xref) (if quit 'quit t))
     (if (fboundp 'next-error-found)