]> git.eshelyaron.com Git - emacs.git/commitdiff
(print-quoted): Docstring update.
authorStefan Monnier <monnier@iro.umontreal.ca>
Wed, 16 Apr 2008 00:30:43 +0000 (00:30 +0000)
committerStefan Monnier <monnier@iro.umontreal.ca>
Wed, 16 Apr 2008 00:30:43 +0000 (00:30 +0000)
src/print.c

index d5781e28bd427af1e9566f21d6e8a7f44a0450aa..5a1d57998e62dc51d18b262e77f98934cd9018c8 100644 (file)
@@ -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,