diff options
author | Lars Magne Ingebrigtsen <larsi@gnus.org> | 2011-07-02 15:08:07 +0200 |
---|---|---|
committer | Lars Magne Ingebrigtsen <larsi@gnus.org> | 2011-07-02 15:08:07 +0200 |
commit | 36cb87a1f49b96361c2b807253f5858c88aabead (patch) | |
tree | 92fd6c506891f5c014c2cd491ddc6f8eeee13f9d /doc/lispref/streams.texi | |
parent | 063b0e45af10b6275c868ae70343f228f68eb63b (diff) | |
download | emacs-36cb87a1f49b96361c2b807253f5858c88aabead.tar.gz |
* streams.texi (Output Functions): Document `pp'.
Diffstat (limited to 'doc/lispref/streams.texi')
-rw-r--r-- | doc/lispref/streams.texi | 6 |
1 files changed, 6 insertions, 0 deletions
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 |