Function: cider-log--description-set-framework

cider-log--description-set-framework is a byte-compiled function defined in cider-log.el.

Signature

(cider-log--description-set-framework)

Documentation

Return the description for the set framework action.

Source Code

;; Defined in ~/.emacs.d/elpa/cider-20260414.1619/cider-log.el
(defun cider-log--description-set-framework ()
  "Return the description for the set framework action."
  (format "Select framework %s"
          (if cider-log-framework-name
              (cider-log--format-value cider-log-framework-name)
            (propertize "n/a" 'face 'font-lock-comment-face))))