Function: kcell-view:hide

kcell-view:hide is a byte-compiled function defined in kview.el.

Signature

(kcell-view:hide &optional POS LBL-SEP-LEN)

Documentation

Make cell at optional POS or point invisible within the current view.

Optional LBL-SEP-LEN is the length of the separation between a cell's label and the start of its contents.

Source Code

;; Defined in ~/.emacs.d/elpa/hyperbole-20260414.325/kotl/kview.el
(defun kcell-view:hide (&optional pos lbl-sep-len)
  "Make cell at optional POS or point invisible within the current view.
Optional LBL-SEP-LEN is the length of the separation between
a cell's label and the start of its contents."
  (kcell-view:expand pos lbl-sep-len t))