Variable: default-text-properties

default-text-properties is a variable defined in textprop.c.

Value

nil

Documentation

Property-list used as default values.

The value of a property in this list is seen as the value for every character that does not have its own value for that property.

Probably introduced at or before Emacs version 19.29.

Source Code

// Defined in /usr/src/emacs/src/textprop.c
  DEFVAR_LISP ("default-text-properties", Vdefault_text_properties,
	       doc: /* Property-list used as default values.
The value of a property in this list is seen as the value for every
character that does not have its own value for that property.  */);