Function: hsys-youtube-search:help

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

Signature

(hsys-youtube-search:help SEARCH-TERM)

Documentation

Display in the minibuffer the Youtube url to search for SEARCH-TERM.

Key Bindings

Source Code

;; Defined in ~/.emacs.d/elpa/hyperbole-20260414.325/hsys-youtube.el
;;;###autoload
(defun hsys-youtube-search:help (search-term)
  "Display in the minibuffer the Youtube url to search for SEARCH-TERM."
  (interactive "sShow Youtube search url for: ")
  (hyperbole-web-search "Youtube" search-term t))