Function: cider-class-choice-completing-read
cider-class-choice-completing-read is a byte-compiled function defined
in cider-client.el.
Signature
(cider-class-choice-completing-read PROMPT CANDIDATES)
Documentation
Read a class choice, forwarding PROMPT and CANDIDATES as-is.
This is a completing-read wrapper that can be customized with the
advice mechanism.
See also: cider--with-temporary-ido-keys.
Source Code
;; Defined in ~/.emacs.d/elpa/cider-20260822.1520/cider-client.el
(defun cider-class-choice-completing-read (prompt candidates)
"Read a class choice, forwarding PROMPT and CANDIDATES as-is.
This is a `completing-read' wrapper that can be customized with the
`advice' mechanism.
See also: `cider--with-temporary-ido-keys'."
(completing-read prompt candidates))