From baca81e64141aed076fe088e7160f6e0d4a51c68 Mon Sep 17 00:00:00 2001 From: Stefan Kangas Date: Sat, 25 Jan 2020 04:55:51 +0100 Subject: [PATCH] * doc/lispref/streams.texi (Output Functions): Improve indexing. --- doc/lispref/streams.texi | 1 + 1 file changed, 1 insertion(+) 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}, returns @code{"The buffer is foo"}. @end defmac +@cindex pretty-printer @defun pp object &optional stream This function outputs @var{object} to @var{stream}, just like @code{prin1}, but does it in a prettier way. That is, it'll -- 2.39.2