]> git.eshelyaron.com Git - emacs.git/commitdiff
; * src/window.c (Fset_window_vscroll): Fix doc string.
authorPo Lu <luangruo@yahoo.com>
Wed, 11 May 2022 01:13:36 +0000 (09:13 +0800)
committerPo Lu <luangruo@yahoo.com>
Wed, 11 May 2022 01:13:36 +0000 (09:13 +0800)
src/window.c

index 47c008a643a6ed8a92158bd3b502770fc1b17619..a87b4834aafc134fa06c745572382e1c2f363602 100644 (file)
@@ -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)