From: Richard M. Stallman Date: Tue, 23 Jul 1996 15:41:10 +0000 (+0000) Subject: print-length applies to vectors. X-Git-Tag: emacs-19.34~99 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=c79615d9798fab004b79cff17f54769130411c8f;p=emacs.git print-length applies to vectors. --- 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.