From: Lars Ingebrigtsen Date: Wed, 7 Oct 2020 04:42:05 +0000 (+0200) Subject: Remove mention of the obsolete cust-print.el from the manual X-Git-Tag: emacs-28.0.90~5718 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=4bea5574a5f727180438ea7b87c315d77e2e58bc;p=emacs.git 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. --- 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