Variable: pp-use-max-width
pp-use-max-width is a customizable variable defined in pp.el.gz.
Value
nil
Documentation
If non-nil, pp-related functions will try to fold lines.
The target width is given by the pp-max-width variable.
Note that this could slow down pp considerably when formatting
large lists.
This variable was added, or its default value changed, in Emacs 29.1.
Probably introduced at or before Emacs version 29.1.
Source Code
;; Defined in /usr/src/emacs/lisp/emacs-lisp/pp.el.gz
(defcustom pp-use-max-width nil
"If non-nil, `pp'-related functions will try to fold lines.
The target width is given by the `pp-max-width' variable.
Note that this could slow down `pp' considerably when formatting
large lists."
:type 'boolean
:version "29.1")