]> git.eshelyaron.com Git - emacs.git/commitdiff
* streams.texi (Output Functions): Document `pp'.
authorLars Magne Ingebrigtsen <larsi@gnus.org>
Sat, 2 Jul 2011 13:08:07 +0000 (15:08 +0200)
committerLars Magne Ingebrigtsen <larsi@gnus.org>
Sat, 2 Jul 2011 13:08:07 +0000 (15:08 +0200)
doc/lispref/ChangeLog
doc/lispref/streams.texi

index 7946e4b91ffe4692b695a098d09974b27cef9de1..8cea06eb30ab3eb5f56137985131d08f4bb71b03 100644 (file)
@@ -1,3 +1,7 @@
+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):
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