Function: kview:label
kview:label is a byte-compiled function defined in kview.el.
Signature
(kview:label KLABEL-FUNCTION PREV-LABEL CHILD-P)
Documentation
Return label string to display for current cell.
Label is computed from KLABEL-FUNCTION, PREV-LABEL and CHILD-P.
Source Code
;; Defined in ~/.emacs.d/elpa/hyperbole-20260414.325/kotl/kview.el
(defun kview:label (klabel-function prev-label child-p)
"Return label string to display for current cell.
Label is computed from KLABEL-FUNCTION, PREV-LABEL and CHILD-P."
(funcall klabel-function prev-label child-p))