From db75cb5fd73bcf6338ce17059e5907011bc9cbb7 Mon Sep 17 00:00:00 2001 From: Stefan Monnier Date: Wed, 16 Apr 2008 00:30:43 +0000 Subject: [PATCH] (print-quoted): Docstring update. --- src/print.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/print.c b/src/print.c index d5781e28bd4..5a1d57998e6 100644 --- a/src/print.c +++ b/src/print.c @@ -2404,8 +2404,7 @@ This affects only `prin1'. */); DEFVAR_BOOL ("print-quoted", &print_quoted, doc: /* Non-nil means print quoted forms with reader syntax. -I.e., (quote foo) prints as 'foo, (function foo) as #'foo, and backquoted -forms print as in the new syntax. */); +I.e., (quote foo) prints as 'foo, (function foo) as #'foo. */); print_quoted = 0; DEFVAR_LISP ("print-gensym", &Vprint_gensym, -- 2.39.5