emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

emacs-28 a5a92e577c: ; * src/window.c (syms_of_window) <window-point-ins


From: Eli Zaretskii
Subject: emacs-28 a5a92e577c: ; * src/window.c (syms_of_window) <window-point-insertion-type>: Doc fix.
Date: Mon, 29 Aug 2022 10:09:17 -0400 (EDT)

branch: emacs-28
commit a5a92e577cba1af6a7947bf1f7c020a1b5adb39e
Author: Eli Zaretskii <eliz@gnu.org>
Commit: Eli Zaretskii <eliz@gnu.org>

    ; * src/window.c (syms_of_window) <window-point-insertion-type>: Doc fix.
---
 src/window.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/window.c b/src/window.c
index 35ec2a1f90..ed30544ff8 100644
--- a/src/window.c
+++ b/src/window.c
@@ -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");
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]