changeset 22923:970b3bad71fd

(Fsplit_window): Doc fix.
author Richard M. Stallman <rms@gnu.org>
date Thu, 06 Aug 1998 05:48:33 +0000
parents dc1913c204c9
children 13888875bea1
files src/window.c
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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;
 {