Function: xref-show-xrefs
xref-show-xrefs is an autoloaded and byte-compiled function defined in
xref.el.gz.
Signature
(xref-show-xrefs FETCHER DISPLAY-ACTION)
Documentation
Display some Xref values produced by FETCHER using DISPLAY-ACTION.
The meanings of both arguments are the same as documented in
xref-show-xrefs-function.
Probably introduced at or before Emacs version 29.1.
Source Code
;; Defined in /usr/src/emacs/lisp/progmodes/xref.el.gz
;;;###autoload
(defun xref-show-xrefs (fetcher display-action)
"Display some Xref values produced by FETCHER using DISPLAY-ACTION.
The meanings of both arguments are the same as documented in
`xref-show-xrefs-function'."
(xref--show-xrefs fetcher display-action))