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.

View in manual

Probably introduced at or before Emacs version 28.1.

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.  */);