From 0fa0135a64795d4742aec56ca38e8b0818be00e8 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Tue, 17 Feb 2004 01:10:15 +0000 Subject: [PATCH] (Output Variables): Add print-quoted. --- lispref/streams.texi | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/lispref/streams.texi b/lispref/streams.texi index b6f211116e6..a4e88b82f2e 100644 --- a/lispref/streams.texi +++ b/lispref/streams.texi @@ -687,6 +687,13 @@ The value of this variable is the default output stream---the stream 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 -- 2.39.2