summaryrefslogtreecommitdiff
path: root/lispref/lists.texi
diff options
context:
space:
mode:
authorLuc Teirlinck <teirllm@auburn.edu>2006-01-28 22:28:38 +0000
committerLuc Teirlinck <teirllm@auburn.edu>2006-01-28 22:28:38 +0000
commit3fd64c56a46e95d55c617f14d53105b0efdac806 (patch)
tree7317ecaa526873715e49dd2fafc114a3ccccbe77 /lispref/lists.texi
parent62e77f3d023973cb530eca7bbda909dac96589eb (diff)
(Cons Cells): Minor correction (the cdr of a dotted list is not
necessarily a list).
Diffstat (limited to 'lispref/lists.texi')
-rw-r--r--lispref/lists.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/lispref/lists.texi b/lispref/lists.texi
index 422c977184..ef9220d241 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