# HG changeset patch # User Richard M. Stallman # Date 902382513 0 # Node ID 970b3bad71fdc0c77daec68087a48170fb983ace # Parent dc1913c204c9529ecb202754b71c95547f569005 (Fsplit_window): Doc fix. diff -r dc1913c204c9 -r 970b3bad71fd src/window.c --- a/src/window.c Thu Aug 06 05:38:11 1998 +0000 +++ b/src/window.c Thu Aug 06 05:48:33 1998 +0000 @@ -2431,7 +2431,8 @@ "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; {