diff lispref/lists.texi @ 7734:2d4db32cccd5

entered into RCS
author Richard M. Stallman <rms@gnu.org>
date Sat, 28 May 1994 14:52:37 +0000
parents cd57cd335fff
children 206af14bcffa
line wrap: on
line diff
--- a/lispref/lists.texi	Sat May 28 14:07:54 1994 +0000
+++ b/lispref/lists.texi	Sat May 28 14:52:37 1994 +0000
@@ -211,7 +211,7 @@
 @end example
 @end defun
 
-@need 1000
+@need 2000
 
 @node List Elements
 @section Accessing Elements of Lists
@@ -1384,6 +1384,7 @@
 (setq needles-per-cluster
       '((2 . ("Austrian Pine" "Red Pine"))
         (3 . ("Pitch Pine"))
+@end group
         (5 . ("White Pine"))))
 @result{}
 ((2 "Austrian Pine" "Red Pine")
@@ -1404,6 +1405,7 @@
      @result{} nil
 (cdr (car (cdr needles-per-cluster)))
      @result{} ("Pitch Pine")
+@group
 (eq (cdr (car (cdr needles-per-cluster)))
     (cdr (car (cdr copy))))
      @result{} t