]> git.eshelyaron.com Git - emacs.git/commitdiff
(Cons Cells): Minor correction (the cdr of a dotted list is not
authorLuc Teirlinck <teirllm@auburn.edu>
Sat, 28 Jan 2006 22:28:38 +0000 (22:28 +0000)
committerLuc Teirlinck <teirllm@auburn.edu>
Sat, 28 Jan 2006 22:28:38 +0000 (22:28 +0000)
necessarily a list).

lispref/lists.texi

index 422c977184c62c609b1e83a42697b5a948196756..ef9220d2411d43a9a62da7e9f7ab7509632b75f6 100644 (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