From 10f96191ab0f8fc1bc81cd18b211e8b9705a8d6a Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Thu, 6 Aug 1998 05:48:33 +0000 Subject: [PATCH] (Fsplit_window): Doc fix. --- src/window.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/window.c b/src/window.c index a297a177c4e..bd0668dd0bf 100644 --- a/src/window.c +++ b/src/window.c @@ -2431,7 +2431,8 @@ DEFUN ("split-window", Fsplit_window, Ssplit_window, 0, 3, "", "Split WINDOW, putting SIZE lines in the first of the pair.\n\ WINDOW defaults to selected one and SIZE to half its size.\n\ If optional third arg HORFLAG is non-nil, split side by side\n\ -and put SIZE columns in the first of the pair.") +and put SIZE columns in the first of the pair. In that case,\n\ +SIZE includes that window's scroll bar, or the divider column to its right.") (window, size, horflag) Lisp_Object window, size, horflag; { -- 2.39.2