Function: kotl-mode:first-cell-p
kotl-mode:first-cell-p is a byte-compiled function defined in
kotl-mode.el.
Signature
(kotl-mode:first-cell-p)
Documentation
Return t iff point is on the first cell of the outline.
Source Code
;; Defined in ~/.emacs.d/elpa/hyperbole-20260414.325/kotl/kotl-mode.el
(defun kotl-mode:first-cell-p ()
"Return t iff point is on the first cell of the outline."
(save-excursion (not (kcell-view:previous))))