Tiny markup fix in Elisp manual

* doc/lispref/lists.texi (Building Lists): Use '@var' instead
of '@code' for argument.
This commit is contained in:
Martin Rudalics 2018-12-11 09:16:21 +01:00
parent 2075864c77
commit 5d1b158feb

View file

@ -640,7 +640,7 @@ resulting list. Instead, the sequence becomes the final @sc{cdr}, like
any other non-list final argument.
@defun copy-tree tree &optional vecp
This function returns a copy of the tree @code{tree}. If @var{tree} is a
This function returns a copy of the tree @var{tree}. If @var{tree} is a
cons cell, this makes a new cons cell with the same @sc{car} and
@sc{cdr}, then recursively copies the @sc{car} and @sc{cdr} in the
same way.