Function: embark--verbose-indicator-section-shadowed-targets

embark--verbose-indicator-section-shadowed-targets is a byte-compiled function defined in embark.el.

Signature

(embark--verbose-indicator-section-shadowed-targets &key SHADOWED-TARGETS &allow-other-keys)

Documentation

Format the SHADOWED-TARGETS section for the indicator buffer.

Source Code

;; Defined in ~/.emacs.d/elpa/embark-20260610.302/embark.el
(cl-defun embark--verbose-indicator-section-shadowed-targets
    (&key shadowed-targets &allow-other-keys)
  "Format the SHADOWED-TARGETS section for the indicator buffer."
  (when shadowed-targets
    (propertize (format "Shadowed targets at point: %s"
                        (string-join shadowed-targets ", "))
                'face 'embark-verbose-indicator-shadowed)))