+2011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
+
+ * streams.texi (Output Functions): Document `pp'.
+
2011-06-25 Chong Yidong <cyd@stupidchicken.com>
* keymaps.texi (Searching Keymaps):
returns @code{"The buffer is foo"}.
@end defmac
+@defun pp object &optional stream
+This function outputs @var{object} to @var{stream}, just like
+@code{prin1}, but does it in a more ``pretty'' way. That is, it'll
+indent and fill the object to make it more readable for humans.
+@end defun
+
@node Output Variables
@section Variables Affecting Output
@cindex output-controlling variables