]> git.eshelyaron.com Git - emacs.git/commitdiff
(Top): Remove reference to deleted node.
authorLute Kamstra <lute@gnu.org>
Mon, 14 Feb 2005 11:20:13 +0000 (11:20 +0000)
committerLute Kamstra <lute@gnu.org>
Mon, 14 Feb 2005 11:20:13 +0000 (11:20 +0000)
lispref/elisp.texi

index fa84a0a93fb4cd88d8dfcae2668b7289539e43b5..64e956afdf3515694669804b7d3aa5245c732bf8 100644 (file)
@@ -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.