]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix print-unreadable-function documentation
authorLars Ingebrigtsen <larsi@gnus.org>
Sat, 22 Jan 2022 15:46:46 +0000 (16:46 +0100)
committerLars Ingebrigtsen <larsi@gnus.org>
Sat, 22 Jan 2022 16:20:57 +0000 (17:20 +0100)
* doc/lispref/streams.texi (Output Variables): Fix description of
non-string values.

doc/lispref/streams.texi

index 784adb9bd5198aaaa6a221b726179872fe47f4a5..bf728ea3e93eab3fdddfbe049d179272d0d16493 100644 (file)
@@ -895,9 +895,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