Function: embark-cycle

embark-cycle is an interactive and byte-compiled function defined in embark.el.

Signature

(embark-cycle ARG)

Documentation

Cycle over the next ARG targets at point.

If ARG is negative, cycle backwards.

Key Bindings

Source Code

;; Defined in ~/.emacs.d/elpa/embark-20260610.302/embark.el
(defun embark-cycle (_arg)
  "Cycle over the next ARG targets at point.
If ARG is negative, cycle backwards."
  (interactive "p")
  (user-error "Not meant to be called directly"))