Function: kotl-mode:last-cell-p

kotl-mode:last-cell-p is a byte-compiled function defined in kotl-mode.el.

Signature

(kotl-mode:last-cell-p)

Documentation

Return t iff point is on the last cell of the outline.

Source Code

;; Defined in ~/.emacs.d/elpa/hyperbole-20260414.325/kotl/kotl-mode.el
(defun kotl-mode:last-cell-p ()
  "Return t iff point is on the last cell of the outline."
  (save-excursion (not (kcell-view:next))))