Function: cider-macrostep-previous-expandable
cider-macrostep-previous-expandable is an interactive and
byte-compiled function defined in cider-macrostep.el.
Signature
(cider-macrostep-previous-expandable)
Documentation
Move point to the previous further-expandable operator, wrapping around.
Key Bindings
Source Code
;; Defined in ~/.emacs.d/elpa/cider-20260822.1520/cider-macrostep.el
(defun cider-macrostep-previous-expandable ()
"Move point to the previous further-expandable operator, wrapping around."
(interactive)
(cider-macrostep--move-to-expandable -1))