Function: cider-repl-next-prompt
cider-repl-next-prompt is an interactive and byte-compiled function
defined in cider-repl.el.
Signature
(cider-repl-next-prompt)
Documentation
Move forward to the next prompt.
Key Bindings
Source Code
;; Defined in ~/.emacs.d/elpa/cider-20260414.1619/cider-repl.el
(defun cider-repl-next-prompt ()
"Move forward to the next prompt."
(interactive)
(cider-repl--find-prompt))