Variable: embark--target-window
embark--target-window is a buffer-local variable defined in embark.el.
Documentation
Cache for the previous window, meant to be set buffer-locally.
Since windows can be reused to display different buffers, this
window should only be used if it displays the buffer stored in
the variable embark--target-buffer(var)/embark--target-buffer(fun).
Source Code
;; Defined in ~/.emacs.d/elpa/embark-20260610.302/embark.el
(defvar-local embark--target-window nil
"Cache for the previous window, meant to be set buffer-locally.
Since windows can be reused to display different buffers, this
window should only be used if it displays the buffer stored in
the variable `embark--target-buffer'.")