1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-26 07:33:47 +00:00

(Cons Cells): Minor correction (the cdr of a dotted list is not

necessarily a list).
This commit is contained in:
Luc Teirlinck 2006-01-28 22:28:38 +00:00
parent 62e77f3d02
commit 3fd64c56a4

View File

@ -82,7 +82,7 @@ the end of a list enter infinite loops if given a circular list.
@dfn{list structure} has come to mean any structure made out of cons
cells.
The @sc{cdr} of any nonempty list @var{l} is a list containing all the
The @sc{cdr} of any nonempty true list @var{l} is a list containing all the
elements of @var{l} except the first.
@xref{Cons Cell Type}, for the read and print syntax of cons cells and