Function: embark--end-of-target
embark--end-of-target is a byte-compiled function defined in
embark.el.
Signature
(embark--end-of-target &key BOUNDS &allow-other-keys)
Documentation
Go to end of the target BOUNDS.
Source Code
;; Defined in ~/.emacs.d/elpa/embark-20260610.302/embark.el
(cl-defun embark--end-of-target (&key bounds &allow-other-keys)
"Go to end of the target BOUNDS."
(when (number-or-marker-p (cdr bounds))
(goto-char (cdr bounds))))