# HG changeset patch # User Stefan Monnier # Date 1208305843 0 # Node ID 4067304970d00d4b2cc59f59b1016bc30b846559 # Parent 3c7025ac9e2c9ccc7a7e0ad4508e94fa893c26c0 (print-quoted): Docstring update. diff -r 3c7025ac9e2c -r 4067304970d0 src/print.c --- a/src/print.c Tue Apr 15 23:36:02 2008 +0000 +++ b/src/print.c Wed Apr 16 00:30:43 2008 +0000 @@ -2404,8 +2404,7 @@ 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,