From a09fc827489d595f8776aa0091ec853e4c825d66 Mon Sep 17 00:00:00 2001 From: Po Lu Date: Wed, 11 May 2022 09:13:36 +0800 Subject: [PATCH] ; * 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 47c008a643a..a87b4834aaf 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) -- 2.39.2