Function: make-xref-bogus-location
make-xref-bogus-location is a byte-compiled function defined in
xref.el.gz.
Signature
(make-xref-bogus-location &key MESSAGE)
Documentation
Constructor for objects of type xref-bogus-location.
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)