diff options
| author | Richard M. Stallman | 1998-08-06 05:48:33 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1998-08-06 05:48:33 +0000 |
| commit | 10f96191ab0f8fc1bc81cd18b211e8b9705a8d6a (patch) | |
| tree | ca8023d61726957dfbe797b734e58a2ded4a3b5a /src | |
| parent | efc1d64f2aec8351f112162e29a0d123767a2566 (diff) | |
| download | emacs-10f96191ab0f8fc1bc81cd18b211e8b9705a8d6a.tar.gz emacs-10f96191ab0f8fc1bc81cd18b211e8b9705a8d6a.zip | |
(Fsplit_window): Doc fix.
Diffstat (limited to 'src')
| -rw-r--r-- | src/window.c | 3 |
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\ |
| 2432 | WINDOW defaults to selected one and SIZE to half its size.\n\ | 2432 | WINDOW defaults to selected one and SIZE to half its size.\n\ |
| 2433 | If optional third arg HORFLAG is non-nil, split side by side\n\ | 2433 | If optional third arg HORFLAG is non-nil, split side by side\n\ |
| 2434 | and put SIZE columns in the first of the pair.") | 2434 | and put SIZE columns in the first of the pair. In that case,\n\ |
| 2435 | SIZE 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 | { |