# HG changeset patch # User Richard M. Stallman # Date 1076980215 0 # Node ID 69b7ec693d949fbb340e65bf23ca210940eae75a # Parent 0bd7928bf5acfa02a3c4878ab3b9a12938463619 (Output Variables): Add print-quoted. diff -r 0bd7928bf5ac -r 69b7ec693d94 lispref/streams.texi --- a/lispref/streams.texi Tue Feb 17 01:07:22 2004 +0000 +++ b/lispref/streams.texi Tue Feb 17 01:10:15 2004 +0000 @@ -687,6 +687,13 @@ that print functions use when the @var{stream} argument is @code{nil}. @end defvar +@defvar print-quoted +If this is non-@code{nil}, that means to print quoted forms using +abbreviated reader syntax. @code{(quote foo)} prints as @code{'foo}, +@code{(function foo)} as @code{#'foo}, and backquoted forms print +using modern backquote syntax. +@end defvar + @defvar print-escape-newlines @cindex @samp{\n} in print @cindex escape characters