Function: hypb:devdocs-lookup

hypb:devdocs-lookup is an autoloaded, interactive and byte-compiled function defined in hypb.el.

Signature

(hypb:devdocs-lookup)

Documentation

Prompt for and display a devdocs.io docset section within Emacs.

This will install the Emacs devdocs package if not yet installed.

Key Bindings

Source Code

;; Defined in ~/.emacs.d/elpa/hyperbole-20260414.325/hypb.el
;;;###autoload
(defun hypb:devdocs-lookup ()
  "Prompt for and display a devdocs.io docset section within Emacs.
This will install the Emacs devdocs package if not yet installed."
  (interactive)
  (hypb:require-package 'devdocs)
  ;; (call-interactively #'devdocs-install)
  (devdocs-lookup))