diff options
Diffstat (limited to 'doc/lispref')
| -rw-r--r-- | doc/lispref/lists.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/lispref/lists.texi b/doc/lispref/lists.texi index 1548dd49b2f..69f93009520 100644 --- a/doc/lispref/lists.texi +++ b/doc/lispref/lists.texi | |||
| @@ -656,7 +656,7 @@ resulting list. Instead, the sequence becomes the final @sc{cdr}, like | |||
| 656 | any other non-list final argument. | 656 | any other non-list final argument. |
| 657 | 657 | ||
| 658 | @defun copy-tree tree &optional vecp | 658 | @defun copy-tree tree &optional vecp |
| 659 | This function returns a copy of the tree @code{tree}. If @var{tree} is a | 659 | This function returns a copy of the tree @var{tree}. If @var{tree} is a |
| 660 | cons cell, this makes a new cons cell with the same @sc{car} and | 660 | cons cell, this makes a new cons cell with the same @sc{car} and |
| 661 | @sc{cdr}, then recursively copies the @sc{car} and @sc{cdr} in the | 661 | @sc{cdr}, then recursively copies the @sc{car} and @sc{cdr} in the |
| 662 | same way. | 662 | same way. |