]> git.eshelyaron.com Git - emacs.git/commitdiff
; * src/window.c (syms_of_window) <window-point-insertion-type>: Doc fix.
authorEli Zaretskii <eliz@gnu.org>
Mon, 29 Aug 2022 14:09:02 +0000 (17:09 +0300)
committerEli Zaretskii <eliz@gnu.org>
Mon, 29 Aug 2022 14:09:02 +0000 (17:09 +0300)
src/window.c

index 35ec2a1f90862b0b3af9725f480aa0d421123fb0..ed30544ff83d096236856de865ff0bd6025012b5 100644 (file)
@@ -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");