Function: kcell-view:expand

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

Signature

(kcell-view:expand &optional POS LBL-SEP-LEN HIDE-P)

Documentation

Expand cell at optional POS or point within the current view.

Source Code

;; Defined in ~/.emacs.d/elpa/hyperbole-20260414.325/kotl/kview.el
(defun kcell-view:expand (&optional pos lbl-sep-len hide-p)
  "Expand cell at optional POS or point within the current view."
  (save-excursion
    (goto-char (kcell-view:start pos lbl-sep-len))
    (outline-flag-region (point) (kcell-view:end-contents) hide-p)))