mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
* streams.texi (Output Functions): Document `pp'.
This commit is contained in:
parent
063b0e45af
commit
36cb87a1f4
2 changed files with 10 additions and 0 deletions
|
|
@ -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):
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue