]> git.eshelyaron.com Git - emacs.git/commitdiff
Remove mention of the obsolete cust-print.el from the manual
authorLars Ingebrigtsen <larsi@gnus.org>
Wed, 7 Oct 2020 04:42:05 +0000 (06:42 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Wed, 7 Oct 2020 04:42:05 +0000 (06:42 +0200)
* 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

index 6404e068daeef33c4e7e53d535bc841685389d48..6e9ec47f7b06310f3fdf5d17559104eeee402d23 100644 (file)
@@ -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