Variable: print-symbols-bare

print-symbols-bare is a variable defined in print.c.

Value

nil

Documentation

A flag to control printing of symbols with position.

If the value is nil, print these objects complete with position. Otherwise print just the bare symbol.

View in manual

Source Code

// Defined in /usr/src/emacs/src/print.c
  DEFVAR_BOOL ("print-symbols-bare", print_symbols_bare,
               doc: /* A flag to control printing of symbols with position.
If the value is nil, print these objects complete with position.
Otherwise print just the bare symbol.  */);