diff lispref/objects.texi @ 12282:586e3ea81792

updates for version 19.29 made by melissa; also needed to check out files so two-volume formatting could be accomplished.
author Melissa Weisshaus <melissa@gnu.org>
date Fri, 16 Jun 1995 19:17:59 +0000
parents a6eb5f12b0f3
children 981e116b4ac6
line wrap: on
line diff
--- a/lispref/objects.texi	Fri Jun 16 18:11:46 1995 +0000
+++ b/lispref/objects.texi	Fri Jun 16 19:17:59 1995 +0000
@@ -1311,6 +1311,7 @@
         ((listp x)
          ;; If X is a list, add its elements to LIST.
          (setq list (append x list)))
+@need 3000
         (t
          ;; We only handle symbols and lists.
          (error "Invalid argument %s in add-on" x))))