; * src/window.c (syms_of_window) <window-point-insertion-type>: Doc fix.
This commit is contained in:
parent
4d52fe6b96
commit
a5a92e577c
1 changed files with 2 additions and 1 deletions
|
@ -8309,7 +8309,8 @@ on their symbols to be controlled by this variable. */);
|
|||
Vscroll_preserve_screen_position = Qnil;
|
||||
|
||||
DEFVAR_LISP ("window-point-insertion-type", Vwindow_point_insertion_type,
|
||||
doc: /* Type of marker to use for `window-point'. */);
|
||||
doc: /* Insertion type of marker to use for `window-point'.
|
||||
See `marker-insertion-type' for the meaning of the possible values. */);
|
||||
Vwindow_point_insertion_type = Qnil;
|
||||
DEFSYM (Qwindow_point_insertion_type, "window-point-insertion-type");
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue