diff options
| author | Stefan Kangas | 2020-01-25 04:55:51 +0100 |
|---|---|---|
| committer | Stefan Kangas | 2020-01-25 19:15:32 +0100 |
| commit | baca81e64141aed076fe088e7160f6e0d4a51c68 (patch) | |
| tree | ec1549edf150840ee4fa0054b6eb903e8cd16910 /doc | |
| parent | 568a560fceda2afd8e0c91e3176e81718bfa5ead (diff) | |
| download | emacs-baca81e64141aed076fe088e7160f6e0d4a51c68.tar.gz emacs-baca81e64141aed076fe088e7160f6e0d4a51c68.zip | |
* doc/lispref/streams.texi (Output Functions): Improve indexing.
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/lispref/streams.texi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/lispref/streams.texi b/doc/lispref/streams.texi index 6d0b4b08083..d40ec8db105 100644 --- a/doc/lispref/streams.texi +++ b/doc/lispref/streams.texi | |||
| @@ -716,6 +716,7 @@ For example, if the current buffer name is @samp{foo}, | |||
| 716 | returns @code{"The buffer is foo"}. | 716 | returns @code{"The buffer is foo"}. |
| 717 | @end defmac | 717 | @end defmac |
| 718 | 718 | ||
| 719 | @cindex pretty-printer | ||
| 719 | @defun pp object &optional stream | 720 | @defun pp object &optional stream |
| 720 | This function outputs @var{object} to @var{stream}, just like | 721 | This function outputs @var{object} to @var{stream}, just like |
| 721 | @code{prin1}, but does it in a prettier way. That is, it'll | 722 | @code{prin1}, but does it in a prettier way. That is, it'll |