Function: actypes::link-to-wikiword

actypes::link-to-wikiword is an interactive and byte-compiled function defined in hywiki.el.

Signature

(actypes::link-to-wikiword REFERENCE)

Documentation

Display the HyWikiword referent matching WikiWord#section REFERENCE.

Key Bindings

Source Code

;; Defined in ~/.emacs.d/elpa/hyperbole-20260414.325/hywiki.el
(defact link-to-wikiword (reference)
  "Display the HyWikiword referent matching WikiWord#section REFERENCE."
  (interactive (list (hywiki-word-read "Link to HyWiki word: ")))
  (hywiki-find-referent reference))