From 4bea5574a5f727180438ea7b87c315d77e2e58bc Mon Sep 17 00:00:00 2001 From: Lars Ingebrigtsen Date: Wed, 7 Oct 2020 06:42:05 +0200 Subject: [PATCH] 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 6404e068dae..6e9ec47f7b0 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 -- 2.39.5