Variable: read-symbol-shorthands
read-symbol-shorthands is a variable defined in lread.c.
Value
nil
Documentation
Alist of known symbol-name shorthands.
This variable's value can only be set via file-local variables. See Info node (elisp)Shorthands for more details.
Source Code
// Defined in /usr/src/emacs/src/lread.c
DEFVAR_LISP ("read-symbol-shorthands", Vread_symbol_shorthands,
doc: /* Alist of known symbol-name shorthands.
This variable's value can only be set via file-local variables.
See Info node `(elisp)Shorthands' for more details. */);