Function: xref-bogus-location-message
xref-bogus-location-message is a byte-compiled function defined in
xref.el.gz.
Signature
(xref-bogus-location-message xref-bogus-location-message X)
Documentation
Access slot "message" of xref-bogus-location struct X.
Source Code
;; Defined in /usr/src/emacs/lisp/progmodes/xref.el.gz
(cl-defstruct (xref-bogus-location
(:constructor xref-make-bogus-location (message)))
"Bogus locations are sometimes useful to indicate errors,
e.g. when we know that a function exists but the actual location
is not known."
message)