print-quoted
print-quoted
is a variable defined in `
C source code
'.
Its value is
nil
Documentation:
Non-nil means print quoted forms with reader syntax.
I.e., (quote foo) prints as 'foo, (function foo) as #'foo.