comparison lispref/streams.texi @ 60454:7f3f022eec49

(Output Variables): Get rid of "Emacs 21".
author Richard M. Stallman <rms@gnu.org>
date Sun, 06 Mar 2005 18:24:12 +0000
parents 0969061e11f5
children d2ff404dd254 29e773288013
comparison
equal deleted inserted replaced
60453:0b5288fc6e21 60454:7f3f022eec49
788 interactive evaluation commands (@pxref{Lisp Eval,, Evaluating 788 interactive evaluation commands (@pxref{Lisp Eval,, Evaluating
789 Emacs-Lisp Expressions, emacs, The GNU Emacs Manual}). 789 Emacs-Lisp Expressions, emacs, The GNU Emacs Manual}).
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---but they are only defined in Emacs 21. 793 and shared structure:
794 794
795 @tindex print-circle 795 @tindex print-circle
796 @defvar print-circle 796 @defvar print-circle
797 If non-@code{nil}, this variable enables detection of circular 797 If non-@code{nil}, this variable enables detection of circular
798 and shared structure in printing. 798 and shared structure in printing.