emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master f57f28935a: Fix print-unreadable-function documentation


From: Lars Ingebrigtsen
Subject: master f57f28935a: Fix print-unreadable-function documentation
Date: Sat, 22 Jan 2022 11:21:04 -0500 (EST)

branch: master
commit f57f28935a1f0c46776976dd497322a07d248f5f
Author: Lars Ingebrigtsen <larsi@gnus.org>
Commit: Lars Ingebrigtsen <larsi@gnus.org>

    Fix print-unreadable-function documentation
    
    * doc/lispref/streams.texi (Output Variables): Fix description of
    non-string values.
---
 doc/lispref/streams.texi | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/doc/lispref/streams.texi b/doc/lispref/streams.texi
index 784adb9bd5..bf728ea3e9 100644
--- a/doc/lispref/streams.texi
+++ b/doc/lispref/streams.texi
@@ -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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]