Function: hywiki-help
hywiki-help is an interactive and byte-compiled function defined in
hywiki.el.
Signature
(hywiki-help)
Documentation
Display help either for a HyWikiWord at point or HyWikiWords in general.
Key Bindings
Source Code
;; Defined in ~/.emacs.d/elpa/hyperbole-20260414.325/hywiki.el
(defun hywiki-help ()
"Display help either for a HyWikiWord at point or HyWikiWords in general."
(interactive)
(if (hkey-actions)
(hkey-help)
(with-help-window "*Help: HyWikiWords*"
(princ (documentation (symtable:ibtype-p "hywiki-existing-word"))))))