From: Luc Teirlinck Date: Sat, 28 Jan 2006 22:28:38 +0000 (+0000) Subject: (Cons Cells): Minor correction (the cdr of a dotted list is not X-Git-Tag: emacs-pretest-22.0.90~4530 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=3fd64c56a46e95d55c617f14d53105b0efdac806;p=emacs.git (Cons Cells): Minor correction (the cdr of a dotted list is not necessarily a list). --- 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