Mercurial > emacs
changeset 94105:4067304970d0
(print-quoted): Docstring update.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Wed, 16 Apr 2008 00:30:43 +0000 |
parents | 3c7025ac9e2c |
children | 9294e3bd7d46 |
files | src/print.c |
diffstat | 1 files changed, 1 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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,