From: Lute Kamstra Date: Mon, 14 Feb 2005 11:20:13 +0000 (+0000) Subject: (Top): Remove reference to deleted node. X-Git-Tag: ttn-vms-21-2-B4~2294 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=7ff50d3fb471d2e9f1d72c4be4cc6201950f8e57;p=emacs.git (Top): Remove reference to deleted node. --- diff --git a/lispref/elisp.texi b/lispref/elisp.texi index fa84a0a93fb..64e956afdf3 100644 --- a/lispref/elisp.texi +++ b/lispref/elisp.texi @@ -34,7 +34,7 @@ Published by the Free Software Foundation 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 @@ Strings and Characters 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.