Function: hywiki-get-references
hywiki-get-references is a byte-compiled function defined in
hywiki.el.
Signature
(hywiki-get-references &optional START END)
Documentation
Return a list of all highlighted HyWikiWord references in the current buffer.
Optional START and END arguments limit the search to references that at least partially overlap that region.
Source Code
;; Defined in ~/.emacs.d/elpa/hyperbole-20260414.325/hywiki.el
(defun hywiki-get-references (&optional start end)
"Return a list of all highlighted HyWikiWord references in the current buffer.
Optional START and END arguments limit the search to references that at
least partially overlap that region."
(hywiki--get-all-references #'hproperty:but-get-all-in-region start end))