Variable: cider-selector-help-buffer

cider-selector-help-buffer is a variable defined in cider-selector.el.

Value

"*CIDER Selector Help*"

Documentation

The name of the selector's help buffer.

Source Code

;; Defined in ~/.emacs.d/elpa/cider-20260414.1619/cider-selector.el
(defconst cider-selector-help-buffer "*CIDER Selector Help*"
  "The name of the selector's help buffer.")