emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lispref/lists.texi


From: Luc Teirlinck
Subject: [Emacs-diffs] Changes to emacs/lispref/lists.texi
Date: Sat, 28 Jan 2006 22:28:38 +0000

Index: emacs/lispref/lists.texi
diff -u emacs/lispref/lists.texi:1.56 emacs/lispref/lists.texi:1.57
--- emacs/lispref/lists.texi:1.56       Wed Aug 10 14:29:00 2005
+++ emacs/lispref/lists.texi    Sat Jan 28 22:28:38 2006
@@ -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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]