Function: kotl-mode:show-tree
kotl-mode:show-tree is an autoloaded, interactive and byte-compiled
function defined in kotl-mode.el.
Signature
(kotl-mode:show-tree &optional CELL-REF)
Documentation
Display fully expanded tree rooted at CELL-REF.
Key Bindings
Source Code
;; Defined in ~/.emacs.d/elpa/hyperbole-20260414.325/kotl/kotl-mode.el
;;;###autoload
(defun kotl-mode:show-tree (&optional cell-ref)
"Display fully expanded tree rooted at CELL-REF."
(interactive)
(kotl-mode:hide-tree cell-ref t))