* doc/lispref/streams.texi (Output Functions): Improve indexing.
This commit is contained in:
parent
568a560fce
commit
baca81e641
1 changed files with 1 additions and 0 deletions
|
@ -716,6 +716,7 @@ For example, if the current buffer name is @samp{foo},
|
||||||
returns @code{"The buffer is foo"}.
|
returns @code{"The buffer is foo"}.
|
||||||
@end defmac
|
@end defmac
|
||||||
|
|
||||||
|
@cindex pretty-printer
|
||||||
@defun pp object &optional stream
|
@defun pp object &optional stream
|
||||||
This function outputs @var{object} to @var{stream}, just like
|
This function outputs @var{object} to @var{stream}, just like
|
||||||
@code{prin1}, but does it in a prettier way. That is, it'll
|
@code{prin1}, but does it in a prettier way. That is, it'll
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue