mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-09 13:10:57 -08:00
(print-quoted): Docstring update.
This commit is contained in:
parent
07024c436a
commit
db75cb5fd7
1 changed files with 1 additions and 2 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue