gametree-insert-new-leaf

gametree-insert-new-leaf is an interactive compiled Lisp function in `gametree.el'.


(gametree-insert-new-leaf &optional AT-DEPTH)

Start a new leaf variation under the current branching point.
The new variation can later be split to be a branching point itself,
with M-x gametree-break-line-here. If the point is currently on a
leaf variation, this command won't work; use M-x gametree-break-line-here
on the current line first.

With a numeric arg AT-DEPTH, first go up the tree until a node of
depth AT-DEPTH or smaller is found.