diff options
| author | Richard M. Stallman | 2006-06-02 02:12:45 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2006-06-02 02:12:45 +0000 |
| commit | 19ca94ce908e57420e9579392f071575fe31427e (patch) | |
| tree | b9eec6411fb4308bc401583a9fc6a7cc2981ada3 /src/window.c | |
| parent | f3aead2ff7a4506bde0383f016257d51b75ccf95 (diff) | |
| download | emacs-19ca94ce908e57420e9579392f071575fe31427e.tar.gz emacs-19ca94ce908e57420e9579392f071575fe31427e.zip | |
(Fsplit_window): Doc fix.
Diffstat (limited to 'src/window.c')
| -rw-r--r-- | src/window.c | 4 |
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. | |||
| 3778 | Interactively, all arguments are nil. | 3778 | Interactively, all arguments are nil. |
| 3779 | 3779 | ||
| 3780 | Returns the newly created window (which is the lower or rightmost one). | 3780 | Returns the newly created window (which is the lower or rightmost one). |
| 3781 | The upper or leftmost window is the original one and remains selected. | 3781 | The upper or leftmost window is the original one, and remains selected |
| 3782 | if it was selected before. | ||
| 3783 | |||
| 3782 | See Info node `(elisp)Splitting Windows' for more details and examples.*/) | 3784 | See 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; |