File tree Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change 104
104
105
105
(def
106
106
^{:dynamic true
107
- :doc " When set to logical true, objects will be printed in a way that preserves
108
- their type when read in later.
109
-
110
- Defaults to false."
107
+ :doc " *print-length* controls how many items of each collection the
108
+ printer will print. If it is bound to logical false, there is no
109
+ limit. Otherwise, it must be bound to an integer indicating the maximum
110
+ number of items of each collection to print. If a collection contains
111
+ more items, the printer will print items up to the limit followed by
112
+ '...' to represent the remaining items. The root binding is nil
113
+ indicating no limit."
111
114
:jsdoc [" @type {null|number}" ]}
112
115
*print-length* nil )
113
116
You can’t perform that action at this time.
0 commit comments