Function: xref-location-group

xref-location-group is a byte-compiled function defined in xref.el.gz.

Signature

(xref-location-group LOCATION)

Documentation

Return a string used to group a set of locations.

This is typically a file name, but can also be a package name, or some other label.

When it is a file name, it should be the "expanded" version.

Implementations

((l xref-etags-apropos-location)) in `etags.el'.

Undocumented

((l xref-etags-location)) in `etags.el'.

Undocumented

((_ xref-bogus-location)) in `xref.el'.

Undocumented

((l xref-buffer-location)) in `xref.el'.

Undocumented

((l xref-file-location)) in `xref.el'.

Undocumented

((l xref-elisp-location)) in `elisp-mode.el'.

Undocumented

Source Code

;; Defined in /usr/src/emacs/lisp/progmodes/xref.el.gz
(cl-defgeneric xref-location-group (location)
  "Return a string used to group a set of locations.
This is typically a file name, but can also be a package name, or
some other label.

When it is a file name, it should be the \"expanded\" version.")