changeset 15763:4263612ea038

print-length applies to vectors.
author Richard M. Stallman <rms@gnu.org>
date Tue, 23 Jul 1996 15:41:10 +0000
parents 9305e83c313d
children 870d35f9e086
files lispref/streams.texi
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
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.