aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRichard M. Stallman2006-06-02 02:12:45 +0000
committerRichard M. Stallman2006-06-02 02:12:45 +0000
commit19ca94ce908e57420e9579392f071575fe31427e (patch)
treeb9eec6411fb4308bc401583a9fc6a7cc2981ada3 /src
parentf3aead2ff7a4506bde0383f016257d51b75ccf95 (diff)
downloademacs-19ca94ce908e57420e9579392f071575fe31427e.tar.gz
emacs-19ca94ce908e57420e9579392f071575fe31427e.zip
(Fsplit_window): Doc fix.
Diffstat (limited to 'src')
-rw-r--r--src/window.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/window.c b/src/window.c
index 20bf204e76b..acb4c5cfbdd 100644
--- a/src/window.c
+++ b/src/window.c
@@ -3778,7 +3778,9 @@ SIZE includes that window's scroll bar, or the divider column to its right.
3778Interactively, all arguments are nil. 3778Interactively, all arguments are nil.
3779 3779
3780Returns the newly created window (which is the lower or rightmost one). 3780Returns the newly created window (which is the lower or rightmost one).
3781The upper or leftmost window is the original one and remains selected. 3781The upper or leftmost window is the original one, and remains selected
3782if it was selected before.
3783
3782See Info node `(elisp)Splitting Windows' for more details and examples.*/) 3784See Info node `(elisp)Splitting Windows' for more details and examples.*/)
3783 (window, size, horflag) 3785 (window, size, horflag)
3784 Lisp_Object window, size, horflag; 3786 Lisp_Object window, size, horflag;