From: Richard M. Stallman Date: Thu, 6 Aug 1998 05:48:33 +0000 (+0000) Subject: (Fsplit_window): Doc fix. X-Git-Tag: emacs-20.3~156 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=10f96191ab0f8fc1bc81cd18b211e8b9705a8d6a;p=emacs.git (Fsplit_window): Doc fix. --- 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; {