]> git.eshelyaron.com Git - emacs.git/commitdiff
(Output Variables): Add print-quoted.
authorRichard M. Stallman <rms@gnu.org>
Tue, 17 Feb 2004 01:10:15 +0000 (01:10 +0000)
committerRichard M. Stallman <rms@gnu.org>
Tue, 17 Feb 2004 01:10:15 +0000 (01:10 +0000)
lispref/streams.texi

index b6f211116e60383d2e8dfa8d32e4f097b010762c..a4e88b82f2ed0e99bc5deb5835b0ba1225d3320f 100644 (file)
@@ -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