From 3fd64c56a46e95d55c617f14d53105b0efdac806 Mon Sep 17 00:00:00 2001 From: Luc Teirlinck Date: Sat, 28 Jan 2006 22:28:38 +0000 Subject: [PATCH] (Cons Cells): Minor correction (the cdr of a dotted list is not necessarily a list). --- lispref/lists.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lispref/lists.texi b/lispref/lists.texi index 422c977184c..ef9220d2411 100644 --- a/lispref/lists.texi +++ b/lispref/lists.texi @@ -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 -- 2.39.2