Function: kcell-view:plist
kcell-view:plist is a byte-compiled function defined in kview.el.
Signature
(kcell-view:plist &optional POS)
Documentation
Return attributes associated with cell at optional POS or point.
Source Code
;; Defined in ~/.emacs.d/elpa/hyperbole-20260414.325/kotl/kview.el
(defun kcell-view:plist (&optional pos)
"Return attributes associated with cell at optional POS or point."
(kcell:plist (kcell-view:cell pos)))