Tiny markup fix in Elisp manual
* doc/lispref/lists.texi (Building Lists): Use '@var' instead of '@code' for argument.
This commit is contained in:
parent
2075864c77
commit
5d1b158feb
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue