Variable: help-xref-stack-forward-item

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

Documentation

An item for help-go-back to push onto help-xref-forward-stack.

The format is (FUNCTION ARGS...).

Source Code

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