diff options
| author | Eli Zaretskii | 2022-08-29 17:09:02 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2022-08-29 17:09:02 +0300 |
| commit | a5a92e577cba1af6a7947bf1f7c020a1b5adb39e (patch) | |
| tree | 8dafcba248bc05f505a1b54373fd74bc7af9045d /src | |
| parent | 4d52fe6b968b63e9c9025121147d4930ca65a05f (diff) | |
| download | emacs-a5a92e577cba1af6a7947bf1f7c020a1b5adb39e.tar.gz emacs-a5a92e577cba1af6a7947bf1f7c020a1b5adb39e.zip | |
; * src/window.c (syms_of_window) <window-point-insertion-type>: Doc fix.
Diffstat (limited to 'src')
| -rw-r--r-- | src/window.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/window.c b/src/window.c index 35ec2a1f908..ed30544ff83 100644 --- a/src/window.c +++ b/src/window.c | |||
| @@ -8309,7 +8309,8 @@ on their symbols to be controlled by this variable. */); | |||
| 8309 | Vscroll_preserve_screen_position = Qnil; | 8309 | Vscroll_preserve_screen_position = Qnil; |
| 8310 | 8310 | ||
| 8311 | DEFVAR_LISP ("window-point-insertion-type", Vwindow_point_insertion_type, | 8311 | DEFVAR_LISP ("window-point-insertion-type", Vwindow_point_insertion_type, |
| 8312 | doc: /* Type of marker to use for `window-point'. */); | 8312 | doc: /* Insertion type of marker to use for `window-point'. |
| 8313 | See `marker-insertion-type' for the meaning of the possible values. */); | ||
| 8313 | Vwindow_point_insertion_type = Qnil; | 8314 | Vwindow_point_insertion_type = Qnil; |
| 8314 | DEFSYM (Qwindow_point_insertion_type, "window-point-insertion-type"); | 8315 | DEFSYM (Qwindow_point_insertion_type, "window-point-insertion-type"); |
| 8315 | 8316 | ||