changeset 68442:769699384b30

(Cons Cells): Minor correction (the cdr of a dotted list is not necessarily a list).
author Luc Teirlinck <teirllm@auburn.edu>
date Sat, 28 Jan 2006 22:28:38 +0000
parents e09d03f931a8
children 109e1f35974e
files lispref/lists.texi
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lispref/lists.texi	Sat Jan 28 21:32:07 2006 +0000
+++ b/lispref/lists.texi	Sat Jan 28 22:28:38 2006 +0000
@@ -82,7 +82,7 @@
 @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