emacs-diffs
[Top][All Lists]
Advanced

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

master 4bea557: Remove mention of the obsolete cust-print.el from the ma


From: Lars Ingebrigtsen
Subject: master 4bea557: Remove mention of the obsolete cust-print.el from the manual
Date: Wed, 7 Oct 2020 00:42:13 -0400 (EDT)

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

    Remove mention of the obsolete cust-print.el from the manual
    
    * doc/lispref/edebug.texi (Printing in Edebug): Remove mention of
    the obsolete cust-print.el (bug#37956) and adjust the text a bit.
---
 doc/lispref/edebug.texi | 15 ++++++++-------
 1 file changed, 8 insertions(+), 7 deletions(-)

diff --git a/doc/lispref/edebug.texi b/doc/lispref/edebug.texi
index 6404e06..6e9ec47 100644
--- a/doc/lispref/edebug.texi
+++ b/doc/lispref/edebug.texi
@@ -863,19 +863,20 @@ to a non-@code{nil} value.
 @end example
 
 @noindent
-Custom printing prints this as @samp{Result: #1=(#1# y)}.  The
-@samp{#1=} notation labels the structure that follows it with the label
-@samp{1}, and the @samp{#1#} notation references the previously labeled
-structure.  This notation is used for any shared elements of lists or
-vectors.
+If @code{print-circle} is non-@code{nil}, printing functions (e.g.,
+@code{prin1}) will print @code{a} as @samp{#1=(#1# y)}.  The
+@samp{#1=} notation labels the structure that follows it with the
+label @samp{1}, and the @samp{#1#} notation references the previously
+labeled structure.  This notation is used for any shared elements of
+lists or vectors.
 
 @defopt edebug-print-circle
 If non-@code{nil}, Edebug binds @code{print-circle} to this value while
 printing results.  The default value is @code{t}.
 @end defopt
 
-  Other programs can also use custom printing; see @file{cust-print.el}
-for details.
+  See @xref{Output Functions} for further details about how printing
+can be customized.
 
 @node Trace Buffer
 @subsection Trace Buffer



reply via email to

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