# HG changeset patch # User Lute Kamstra # Date 1108380013 0 # Node ID f7eacd896d5fa88a60e299d2b36f2f4f6a6f27c2 # Parent ce7d7b779c2182f8646e5a9c455ce21da0452d01 (Top): Remove reference to deleted node. diff -r ce7d7b779c21 -r f7eacd896d5f lispref/elisp.texi --- a/lispref/elisp.texi Mon Feb 14 11:19:27 2005 +0000 +++ b/lispref/elisp.texi Mon Feb 14 11:20:13 2005 +0000 @@ -34,7 +34,7 @@ 59 Temple Place, Suite 330 Boston, MA 02111-1307 USA -Copyright (C) 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1998, 1999,@* +Copyright (C) 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2005,@* 2000, 2002 Free Software Foundation, Inc. Permission is granted to copy, distribute and/or modify this document @@ -281,7 +281,6 @@ Lists * Cons Cells:: How lists are made out of cons cells. -* Lists as Boxes:: Graphical notation to explain lists. * List-related Predicates:: Is this object a list? Comparing two lists. * List Elements:: Extracting the pieces of a list. * Building Lists:: Creating list structure.