# HG changeset patch # User Richard M. Stallman # Date 1149214365 0 # Node ID c53dfaf685753d8225c19c84304f721311ec0fc5 # Parent def7385eb13157893dde76359304747f09a18a2f (Fsplit_window): Doc fix. diff -r def7385eb131 -r c53dfaf68575 src/window.c --- a/src/window.c Fri Jun 02 02:12:22 2006 +0000 +++ b/src/window.c Fri Jun 02 02:12:45 2006 +0000 @@ -3778,7 +3778,9 @@ 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;