diff lispref/streams.texi @ 15763:4263612ea038

print-length applies to vectors.
author Richard M. Stallman <rms@gnu.org>
date Tue, 23 Jul 1996 15:41:10 +0000
parents a6eb5f12b0f3
children 18c0e05d1bff
line wrap: on
line diff
--- a/lispref/streams.texi	Tue Jul 23 15:40:25 1996 +0000
+++ b/lispref/streams.texi	Tue Jul 23 15:41:10 1996 +0000
@@ -697,9 +697,9 @@
 
 @defvar print-length
 @cindex printing limits
-The value of this variable is the maximum number of elements of a list
-that will be printed.  If a list being printed has more than this many
-elements, it is abbreviated with an ellipsis.
+The value of this variable is the maximum number of elements of a list,
+vector or bitvector that will be printed.  If an object being printed has
+more than this many elements, it is abbreviated with an ellipsis.
 
 If the value is @code{nil} (the default), then there is no limit.