Variable: cider-eldoc-last-symbol

cider-eldoc-last-symbol is a buffer-local variable defined in cider-eldoc.el.

Documentation

The eldoc information for the last symbol we checked.

Source Code

;; Defined in ~/.emacs.d/elpa/cider-20260414.1619/cider-eldoc.el
(defvar-local cider-eldoc-last-symbol nil
  "The eldoc information for the last symbol we checked.")