Mercurial > emacs
changeset 71146:c53dfaf68575
(Fsplit_window): Doc fix.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Fri, 02 Jun 2006 02:12:45 +0000 |
parents | def7385eb131 |
children | 2cbd5817de17 |
files | src/window.c |
diffstat | 1 files changed, 3 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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;