Variable: window-point-insertion-type

window-point-insertion-type is a variable defined in window.c.

Value

nil

Documentation

Insertion type of marker to use for window-point.

See marker-insertion-type for the meaning of the possible values.

Probably introduced at or before Emacs version 23.1.

Source Code

// Defined in /usr/src/emacs/src/window.c
  DEFVAR_LISP ("window-point-insertion-type", Vwindow_point_insertion_type,
	       doc: /* Insertion type of marker to use for `window-point'.
See `marker-insertion-type' for the meaning of the possible values.  */);