Variable: xref-current-item

xref-current-item is a variable defined in xref.el.gz.

Value

nil

Documentation

Dynamically bound to the current item being processed.

This can be used from xref-after-jump-hook, for instance.

Probably introduced at or before Emacs version 29.1.

Aliases

xref--current-item (obsolete since 29.1)

Source Code

;; Defined in /usr/src/emacs/lisp/progmodes/xref.el.gz
(defvar xref-current-item nil
  "Dynamically bound to the current item being processed.
This can be used from `xref-after-jump-hook', for instance.")