]> git.eshelyaron.com Git - emacs.git/commitdiff
print-length applies to vectors.
authorRichard M. Stallman <rms@gnu.org>
Tue, 23 Jul 1996 15:41:10 +0000 (15:41 +0000)
committerRichard M. Stallman <rms@gnu.org>
Tue, 23 Jul 1996 15:41:10 +0000 (15:41 +0000)
lispref/streams.texi

index db7e9aa38ea8e1ba38dd54ed2bd1cca42970452d..ec78da933a8850c9f2722a48e04fbf54245884eb 100644 (file)
@@ -697,9 +697,9 @@ In the second expression, the local binding of
 
 @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.