diff options
| author | Stefan Monnier | 2008-04-16 00:30:43 +0000 |
|---|---|---|
| committer | Stefan Monnier | 2008-04-16 00:30:43 +0000 |
| commit | db75cb5fd73bcf6338ce17059e5907011bc9cbb7 (patch) | |
| tree | dab3f4ace02f4fdea741ea9fd1fcf18fbc370d56 /src | |
| parent | 07024c436a731767ce80f7885ee393d6dae3aab9 (diff) | |
| download | emacs-db75cb5fd73bcf6338ce17059e5907011bc9cbb7.tar.gz emacs-db75cb5fd73bcf6338ce17059e5907011bc9cbb7.zip | |
(print-quoted): Docstring update.
Diffstat (limited to 'src')
| -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'. */); | |||
| 2404 | 2404 | ||
| 2405 | DEFVAR_BOOL ("print-quoted", &print_quoted, | 2405 | DEFVAR_BOOL ("print-quoted", &print_quoted, |
| 2406 | doc: /* Non-nil means print quoted forms with reader syntax. | 2406 | doc: /* Non-nil means print quoted forms with reader syntax. |
| 2407 | I.e., (quote foo) prints as 'foo, (function foo) as #'foo, and backquoted | 2407 | I.e., (quote foo) prints as 'foo, (function foo) as #'foo. */); |
| 2408 | forms print as in the new syntax. */); | ||
| 2409 | print_quoted = 0; | 2408 | print_quoted = 0; |
| 2410 | 2409 | ||
| 2411 | DEFVAR_LISP ("print-gensym", &Vprint_gensym, | 2410 | DEFVAR_LISP ("print-gensym", &Vprint_gensym, |