emacs-diffs
[Top][All Lists]
Advanced

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

master a09fc82748: ; * src/window.c (Fset_window_vscroll): Fix doc strin


From: Po Lu
Subject: master a09fc82748: ; * src/window.c (Fset_window_vscroll): Fix doc string.
Date: Tue, 10 May 2022 21:14:48 -0400 (EDT)

branch: master
commit a09fc827489d595f8776aa0091ec853e4c825d66
Author: Po Lu <luangruo@yahoo.com>
Commit: Po Lu <luangruo@yahoo.com>

    ; * src/window.c (Fset_window_vscroll): Fix doc string.
---
 src/window.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/window.c b/src/window.c
index 47c008a643..a87b4834aa 100644
--- a/src/window.c
+++ b/src/window.c
@@ -7959,7 +7959,7 @@ corresponds to an integral number of pixels.  The return 
value is the
 result of this rounding.
 If PIXELS-P is non-nil, the return value is VSCROLL.
 
-PRESERVE_VSCROLL_P makes setting the start of WINDOW preserve the
+PRESERVE-VSCROLL-P makes setting the start of WINDOW preserve the
 vscroll if its start is "frozen" due to a resized mini-window.  */)
   (Lisp_Object window, Lisp_Object vscroll, Lisp_Object pixels_p,
    Lisp_Object preserve_vscroll_p)



reply via email to

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