Function: xref-quit-and-goto-xref
xref-quit-and-goto-xref is an interactive and byte-compiled function
defined in xref.el.gz.
Signature
(xref-quit-and-goto-xref)
Documentation
Quit *xref* buffer, then jump to xref on current line.
Probably introduced at or before Emacs version 26.1.
Key Bindings
Source Code
;; Defined in /usr/src/emacs/lisp/progmodes/xref.el.gz
(defun xref-quit-and-goto-xref ()
"Quit *xref* buffer, then jump to xref on current line."
(interactive)
(xref-goto-xref t))