diff options
Diffstat (limited to 'module/ice-9/pretty-print.scm')
-rw-r--r-- | module/ice-9/pretty-print.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/module/ice-9/pretty-print.scm b/module/ice-9/pretty-print.scm index fa0402a18..4bc951ebf 100644 --- a/module/ice-9/pretty-print.scm +++ b/module/ice-9/pretty-print.scm @@ -320,7 +320,7 @@ into @var{width} characters. By default, @var{x} will be printed using @code{write}, though that behavior can be overriden via the @var{display?} keyword argument. -The default behaviour is to print depth-first, meaning that the entire +The default behavior is to print depth-first, meaning that the entire remaining width will be available to each sub-expression of @var{x} -- e.g., if @var{x} is a vector, each member of @var{x}. One can attempt to \"ration\" the available width, trying to allocate it equally to each |