summaryrefslogtreecommitdiff
path: root/lispref
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1996-07-23 15:41:10 +0000
committerRichard M. Stallman <rms@gnu.org>1996-07-23 15:41:10 +0000
commit9c8cc1d97b7a044bb8cf8fca86051da575fcf438 (patch)
treecdbd703974fec09dc730030630721a4104334c20 /lispref
parent4ad07b331bca864ab241cd3a464b798af5872048 (diff)
downloademacs-9c8cc1d97b7a044bb8cf8fca86051da575fcf438.tar.gz
print-length applies to vectors.
Diffstat (limited to 'lispref')
-rw-r--r--lispref/streams.texi6
1 files changed, 3 insertions, 3 deletions
diff --git a/lispref/streams.texi b/lispref/streams.texi
index db7e9aa38ea..ec78da933a8 100644
--- a/lispref/streams.texi
+++ b/lispref/streams.texi
@@ -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.