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: Lute Kamstra
Subject: [Emacs-diffs] Changes to emacs/lispref/lists.texi
Date: Mon, 14 Feb 2005 06:19:27 -0500

Index: emacs/lispref/lists.texi
diff -c emacs/lispref/lists.texi:1.48 emacs/lispref/lists.texi:1.49
*** emacs/lispref/lists.texi:1.48       Mon Feb 14 10:14:29 2005
--- emacs/lispref/lists.texi    Mon Feb 14 11:19:27 2005
***************
*** 1,7 ****
  @c -*-texinfo-*-
  @c This is part of the GNU Emacs Lisp Reference Manual.
  @c Copyright (C) 1990, 1991, 1992, 1993, 1994, 1995, 1998, 1999,
! @c 2003, 2004
  @c   Free Software Foundation, Inc.
  @c See the file elisp.texi for copying conditions.
  @setfilename ../info/lists
--- 1,7 ----
  @c -*-texinfo-*-
  @c This is part of the GNU Emacs Lisp Reference Manual.
  @c Copyright (C) 1990, 1991, 1992, 1993, 1994, 1995, 1998, 1999,
! @c 2003, 2004, 2005
  @c   Free Software Foundation, Inc.
  @c See the file elisp.texi for copying conditions.
  @setfilename ../info/lists
***************
*** 18,24 ****
  
  @menu
  * 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.
--- 18,23 ----
***************
*** 87,93 ****
  elements of @var{l} except the first.
  
    @xref{Cons Cell Type}, for the read and print syntax of cons cells and
! lists, and for more ``box and arrow'' illustrations of lists.
  
  @node List-related Predicates
  @section Predicates on Lists
--- 86,92 ----
  elements of @var{l} except the first.
  
    @xref{Cons Cell Type}, for the read and print syntax of cons cells and
! lists, and for ``box and arrow'' illustrations of lists.
  
  @node List-related Predicates
  @section Predicates on Lists




reply via email to

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