Variable: treemacs--saved-eldoc-display
treemacs--saved-eldoc-display is a variable defined in
treemacs-logging.el.
Value
(simple)
Documentation
Stores the value of treemacs-eldoc-display.
The value is set to nil and stashed here with every log statement to prevent the logged message being almost immediately overridden by the eldoc output.
The value is also stashed as a single-item-list which serves as a check make sure it isn't stashed twice (thus stashing the already disabled nil value).
Source Code
;; Defined in ~/.emacs.d/elpa/treemacs-20251226.1307/treemacs-logging.el
(defvar treemacs--saved-eldoc-display nil
"Stores the value of `treemacs-eldoc-display'.
The value is set to nil and stashed here with every log statement to prevent the
logged message being almost immediately overridden by the eldoc output.
The value is also stashed as a single-item-list which serves as a check make
sure it isn't stashed twice (thus stashing the already disabled nil value).")