comparison lispref/streams.texi @ 71696:3a178276770e

(Output Variables): Remove @tindex.
author Eli Zaretskii <eliz@gnu.org>
date Sat, 08 Jul 2006 18:02:52 +0000
parents 067115a6e738
children 61cb5aae3bc3
comparison
equal deleted inserted replaced
71695:371881b08243 71696:3a178276770e
790 @end defopt 790 @end defopt
791 791
792 These variables are used for detecting and reporting circular 792 These variables are used for detecting and reporting circular
793 and shared structure: 793 and shared structure:
794 794
795 @tindex print-circle
796 @defvar print-circle 795 @defvar print-circle
797 If non-@code{nil}, this variable enables detection of circular 796 If non-@code{nil}, this variable enables detection of circular
798 and shared structure in printing. 797 and shared structure in printing.
799 @end defvar 798 @end defvar
800 799
801 @tindex print-gensym
802 @defvar print-gensym 800 @defvar print-gensym
803 If non-@code{nil}, this variable enables detection of uninterned symbols 801 If non-@code{nil}, this variable enables detection of uninterned symbols
804 (@pxref{Creating Symbols}) in printing. When this is enabled, 802 (@pxref{Creating Symbols}) in printing. When this is enabled,
805 uninterned symbols print with the prefix @samp{#:}, which tells the Lisp 803 uninterned symbols print with the prefix @samp{#:}, which tells the Lisp
806 reader to produce an uninterned symbol. 804 reader to produce an uninterned symbol.