From: Po Lu Date: Wed, 11 May 2022 01:13:36 +0000 (+0800) Subject: ; * src/window.c (Fset_window_vscroll): Fix doc string. X-Git-Tag: emacs-29.0.90~1910^2~825 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=a09fc827489d595f8776aa0091ec853e4c825d66;p=emacs.git ; * src/window.c (Fset_window_vscroll): Fix doc string. --- 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)