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