Function: hsys-xref-identifier-at-point
hsys-xref-identifier-at-point is a byte-compiled function defined in
hsys-xref.el.
Signature
(hsys-xref-identifier-at-point)
Documentation
Return the identifier at point if not a pathname; otherwise, return nil.
Identifier is a string.
Source Code
;; Defined in ~/.emacs.d/elpa/hyperbole-20260414.325/hsys-xref.el
(defun hsys-xref-identifier-at-point ()
"Return the identifier at point if not a pathname; otherwise, return nil.
Identifier is a string."
(unless (hpath:at-p)
(xref-backend-identifier-at-point (xref-find-backend))))