]> code.delx.au - gnu-emacs/blobdiff - doc/lispref/streams.texi
* doc/lispref/tips.texi: Don't bind a key sequence ending in C-g.
[gnu-emacs] / doc / lispref / streams.texi
index 9802c7485dd3b3d3c7914f6cf7e12211c867fb1b..4d3a66d885228d5b3c9c88a57c0342146d1f53e0 100644 (file)
@@ -684,6 +684,12 @@ For example, if the current buffer name is @samp{foo},
 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