Function: hywiki-get-reference-positions
hywiki-get-reference-positions is a byte-compiled function defined in
hywiki.el.
Signature
(hywiki-get-reference-positions &optional START END)
Documentation
Return a list of all highlighted HyWikiWord reference (start . end) positions.
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-reference-positions (&optional start end)
"Return a list of all highlighted HyWikiWord reference (start . end) positions.
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-positions start end))