From: Richard M. Stallman Date: Fri, 2 Jun 2006 02:12:45 +0000 (+0000) Subject: (Fsplit_window): Doc fix. X-Git-Tag: emacs-pretest-22.0.90~2132 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=19ca94ce908e57420e9579392f071575fe31427e;p=emacs.git (Fsplit_window): Doc fix. --- 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. Interactively, all arguments are nil. Returns the newly created window (which is the lower or rightmost one). -The upper or leftmost window is the original one and remains selected. +The upper or leftmost window is the original one, and remains selected +if it was selected before. + See Info node `(elisp)Splitting Windows' for more details and examples.*/) (window, size, horflag) Lisp_Object window, size, horflag;