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