diff options
author | Stefan Monnier <monnier@iro.umontreal.ca> | 2008-04-16 00:30:43 +0000 |
---|---|---|
committer | Stefan Monnier <monnier@iro.umontreal.ca> | 2008-04-16 00:30:43 +0000 |
commit | b8c311c891bcb9d4df4249a661d796de657d6ca1 (patch) | |
tree | d7074ed8cf5fc89ea2d9f3022c66150a1785b6be /src/print.c | |
parent | e92db801d31c0b980be3d972b8a552d659ab3644 (diff) | |
download | emacs-b8c311c891bcb9d4df4249a661d796de657d6ca1.tar.gz |
(print-quoted): Docstring update.
Diffstat (limited to 'src/print.c')
-rw-r--r-- | src/print.c | 3 |
1 files changed, 1 insertions, 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, |