Variable: help-xref-stack-item

help-xref-stack-item is a buffer-local variable defined in help-mode.el.gz.

Documentation

An item for help-follow-symbol to push onto help-xref-stack.

The format is (FUNCTION ARGS...).

Source Code

;; Defined in /usr/src/emacs/lisp/help-mode.el.gz
(defvar-local help-xref-stack-item nil
  "An item for `help-follow-symbol' to push onto `help-xref-stack'.
The format is (FUNCTION ARGS...).")