diff options
-rw-r--r-- | lispref/streams.texi | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lispref/streams.texi b/lispref/streams.texi index 34dbc584e2..8b28f06ac7 100644 --- a/lispref/streams.texi +++ b/lispref/streams.texi @@ -792,13 +792,11 @@ Emacs-Lisp Expressions, emacs, The GNU Emacs Manual}). These variables are used for detecting and reporting circular and shared structure: -@tindex print-circle @defvar print-circle If non-@code{nil}, this variable enables detection of circular and shared structure in printing. @end defvar -@tindex print-gensym @defvar print-gensym If non-@code{nil}, this variable enables detection of uninterned symbols (@pxref{Creating Symbols}) in printing. When this is enabled, |