Variable: cider-docview--clojuredocs-shown
cider-docview--clojuredocs-shown is a buffer-local variable defined in
cider-doc.el.
Documentation
Whether the ClojureDocs examples are currently expanded in the doc buffer.
Source Code
;; Defined in ~/.emacs.d/elpa/cider-20260822.1520/cider-doc.el
(defvar-local cider-docview--clojuredocs-shown nil
"Whether the ClojureDocs examples are currently expanded in the doc buffer.")