aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRichard M. Stallman1998-08-06 05:48:33 +0000
committerRichard M. Stallman1998-08-06 05:48:33 +0000
commit10f96191ab0f8fc1bc81cd18b211e8b9705a8d6a (patch)
treeca8023d61726957dfbe797b734e58a2ded4a3b5a /src
parentefc1d64f2aec8351f112162e29a0d123767a2566 (diff)
downloademacs-10f96191ab0f8fc1bc81cd18b211e8b9705a8d6a.tar.gz
emacs-10f96191ab0f8fc1bc81cd18b211e8b9705a8d6a.zip
(Fsplit_window): Doc fix.
Diffstat (limited to 'src')
-rw-r--r--src/window.c3
1 files changed, 2 insertions, 1 deletions
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, "",
2431 "Split WINDOW, putting SIZE lines in the first of the pair.\n\ 2431 "Split WINDOW, putting SIZE lines in the first of the pair.\n\
2432WINDOW defaults to selected one and SIZE to half its size.\n\ 2432WINDOW defaults to selected one and SIZE to half its size.\n\
2433If optional third arg HORFLAG is non-nil, split side by side\n\ 2433If optional third arg HORFLAG is non-nil, split side by side\n\
2434and put SIZE columns in the first of the pair.") 2434and put SIZE columns in the first of the pair. In that case,\n\
2435SIZE includes that window's scroll bar, or the divider column to its right.")
2435 (window, size, horflag) 2436 (window, size, horflag)
2436 Lisp_Object window, size, horflag; 2437 Lisp_Object window, size, horflag;
2437{ 2438{