From 36cb87a1f49b96361c2b807253f5858c88aabead Mon Sep 17 00:00:00 2001 From: Lars Magne Ingebrigtsen Date: Sat, 2 Jul 2011 15:08:07 +0200 Subject: [PATCH] * streams.texi (Output Functions): Document `pp'. --- doc/lispref/ChangeLog | 4 ++++ doc/lispref/streams.texi | 6 ++++++ 2 files changed, 10 insertions(+) diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog index 7946e4b91ff..8cea06eb30a 100644 --- a/doc/lispref/ChangeLog +++ b/doc/lispref/ChangeLog @@ -1,3 +1,7 @@ +2011-07-02 Lars Magne Ingebrigtsen + + * streams.texi (Output Functions): Document `pp'. + 2011-06-25 Chong Yidong * keymaps.texi (Searching Keymaps): diff --git a/doc/lispref/streams.texi b/doc/lispref/streams.texi index 9802c7485dd..4d3a66d8852 100644 --- a/doc/lispref/streams.texi +++ b/doc/lispref/streams.texi @@ -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 -- 2.39.2