Function: xref--not-found-error
xref--not-found-error is a byte-compiled function defined in
xref.el.gz.
Signature
(xref--not-found-error KIND INPUT)
Source Code
;; Defined in /usr/src/emacs/lisp/progmodes/xref.el.gz
(defun xref--not-found-error (kind input)
(user-error "No %s found for: %s" (symbol-name kind) input))