Function: transient--button-help-echo
transient--button-help-echo is a byte-compiled function defined in
transient.el.gz.
Signature
(transient--button-help-echo WIN BUF POS)
Source Code
;; Defined in /usr/src/emacs/lisp/transient.el.gz
(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)))))