Function: hbdata:key
hbdata:key is a byte-compiled function defined in hbdata.el.
Signature
(hbdata:key HBDATA)
Documentation
Return the indexing key in HBDATA as a string.
Source Code
;; Defined in ~/.emacs.d/elpa/hyperbole-20260414.325/hbdata.el
(defun hbdata:key (hbdata)
"Return the indexing key in HBDATA as a string."
(car hbdata))