comparison 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
comparison
equal deleted inserted replaced
15762:9305e83c313d 15763:4263612ea038
695 @code{prin1}, but not during the printing of the result. 695 @code{prin1}, but not during the printing of the result.
696 @end defvar 696 @end defvar
697 697
698 @defvar print-length 698 @defvar print-length
699 @cindex printing limits 699 @cindex printing limits
700 The value of this variable is the maximum number of elements of a list 700 The value of this variable is the maximum number of elements of a list,
701 that will be printed. If a list being printed has more than this many 701 vector or bitvector that will be printed. If an object being printed has
702 elements, it is abbreviated with an ellipsis. 702 more than this many elements, it is abbreviated with an ellipsis.
703 703
704 If the value is @code{nil} (the default), then there is no limit. 704 If the value is @code{nil} (the default), then there is no limit.
705 705
706 @example 706 @example
707 @group 707 @group