Function: hsys-youtube-get-url:help

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

Signature

(hsys-youtube-get-url:help HBUT)

Documentation

Show in minibuffer the url from an hsys-youtube-get-url 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-get-url:help (hbut)
  "Show in minibuffer the url from an `hsys-youtube-get-url' action button, HBUT.
Called when the Assist Key is pressed on such a button."
  (message (apply #'hsys-youtube-get-url (hattr:get hbut 'args))))