pp

pp is an autoloaded compiled Lisp function in `pp.el'.

(pp OBJECT &optional STREAM)

Output the pretty-printed representation of OBJECT, any Lisp object.
Quoting characters are printed as needed to make output that `read'
can handle, whenever this is possible.
Output stream is STREAM, or value of `standard-output' (which see).