diff src/window.c @ 71146:c53dfaf68575

(Fsplit_window): Doc fix.
author Richard M. Stallman <rms@gnu.org>
date Fri, 02 Jun 2006 02:12:45 +0000
parents 8aeb086972ae
children 1d2d52a04520 a8190f7e546e
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;