Function: htype:doc

htype:doc is a byte-compiled function defined in hact.el.

Signature

(htype:doc TYPE)

Documentation

Return documentation for Hyperbole TYPE, a symbol.

Source Code

;; Defined in ~/.emacs.d/elpa/hyperbole-20260414.325/hact.el
(defun    htype:doc (type)
  "Return documentation for Hyperbole TYPE, a symbol."
  (documentation type))