Function: hsys-youtube-play:help

hsys-youtube-play:help is an autoloaded and byte-compiled function defined in hsys-youtube.el.

Signature

(hsys-youtube-play:help HBUT)

Documentation

Show in the minibuffer the url for an hsys-youtube-play action button, HBUT.

Called when the Assist Key is pressed on such a button.

Source Code

;; Defined in ~/.emacs.d/elpa/hyperbole-20260414.325/hsys-youtube.el
;;;###autoload
(defun hsys-youtube-play:help (hbut)
  "Show in the minibuffer the url for an `hsys-youtube-play' action button, HBUT.
Called when the Assist Key is pressed on such a button."
  (message (apply #'hsys-youtube-get-url (hattr:get hbut 'args))))