Function: embark--beginning-of-target

embark--beginning-of-target is a byte-compiled function defined in embark.el.

Signature

(embark--beginning-of-target &key BOUNDS &allow-other-keys)

Documentation

Go to beginning of the target BOUNDS.

Source Code

;; Defined in ~/.emacs.d/elpa/embark-20260610.302/embark.el
(cl-defun embark--beginning-of-target (&key bounds &allow-other-keys)
  "Go to beginning of the target BOUNDS."
  (when (number-or-marker-p (car bounds))
    (goto-char (car bounds))))