Function: cider-eval-pprint-menu--form-to-comment
cider-eval-pprint-menu--form-to-comment is an interactive and
byte-compiled function defined in cider-eval.el.
Signature
(cider-eval-pprint-menu--form-to-comment ARG1)
Documentation
Pretty-print the form into a comment, 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-to-comment (args)
"Pretty-print the form into a comment, applying the menu's ARGS."
(interactive (list (transient-args 'cider-eval-pprint-menu)))
(cider-eval-pprint-menu--apply-args args #'cider-pprint-eval-form-to-comment))