diff options
Diffstat (limited to 'tree.txi')
-rw-r--r-- | tree.txi | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -31,6 +31,7 @@ Examples: @end lisp @end defun + @defun copy-tree tree Makes a copy of the nested list structure @var{tree} using new pairs and @@ -46,3 +47,4 @@ Example: @result{} #f @end lisp @end defun + |