Function: transient--button-help-echo

transient--button-help-echo is a byte-compiled function defined in transient.el.

Signature

(transient--button-help-echo WIN BUF POS)

Source Code

;; Defined in ~/.emacs.d/elpa/transient-20260414.1009/transient.el
(defun transient--button-help-echo (win buf pos)
  (with-selected-window win
    (with-current-buffer buf
      (transient-get-summary (get-text-property pos 'button-data)))))