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