summaryrefslogtreecommitdiff
path: root/doc/lispref/streams.texi
diff options
context:
space:
mode:
authorAlan Mackenzie <acm@muc.de>2022-01-22 18:02:01 +0000
committerAlan Mackenzie <acm@muc.de>2022-01-22 18:02:01 +0000
commitdf49e3a3ab4cddf1e3c0f5482c7fdd809d8a8884 (patch)
tree532b77863b71417f0393d03173c4c2241096998e /doc/lispref/streams.texi
parentfd31ef21c5b4679da9c2e26f5aeade8d667d9089 (diff)
parentf57f28935a1f0c46776976dd497322a07d248f5f (diff)
downloademacs-df49e3a3ab4cddf1e3c0f5482c7fdd809d8a8884.tar.gz
emacs-df49e3a3ab4cddf1e3c0f5482c7fdd809d8a8884.tar.bz2
emacs-df49e3a3ab4cddf1e3c0f5482c7fdd809d8a8884.zip
Merge branch 'master' of /home/acm/emacs/emacs.git/master
Diffstat (limited to 'doc/lispref/streams.texi')
-rw-r--r--doc/lispref/streams.texi6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/lispref/streams.texi b/doc/lispref/streams.texi
index 18ca9f06b82..70652a2c2bd 100644
--- a/doc/lispref/streams.texi
+++ b/doc/lispref/streams.texi
@@ -905,9 +905,9 @@ be called to handle printing of these objects. The function will be
called with two arguments: the object and the @var{noescape} flag used by
the printing functions (@pxref{Output Functions}).
-The function should return either @code{nil} (print nothing), or a
-string (which will be printed), or any other object (which means that
-the object should be printed normally). For instance:
+The function should return either @code{nil} (print the object as
+usual), or a string (which will be printed), or any other object
+(don't print the object). For instance:
@example
(let ((print-unreadable-function