Function: cider-eval-pprint-menu--form
cider-eval-pprint-menu--form is an interactive and byte-compiled
function defined in cider-eval.el.
Signature
(cider-eval-pprint-menu--form ARG1)
Documentation
Pretty-print the form, applying the menu's ARGS.
Key Bindings
Source Code
;; Defined in ~/.emacs.d/elpa/cider-20260822.1520/cider-eval.el
(transient-define-suffix cider-eval-pprint-menu--form (args)
"Pretty-print the form, applying the menu's ARGS."
(interactive (list (transient-args 'cider-eval-pprint-menu)))
(cider-eval-pprint-menu--apply-args args #'cider-pprint-eval-form))