]> git.eshelyaron.com Git - emacs.git/commitdiff
(Fsplit_window): Doc fix.
authorRichard M. Stallman <rms@gnu.org>
Fri, 2 Jun 2006 02:12:45 +0000 (02:12 +0000)
committerRichard M. Stallman <rms@gnu.org>
Fri, 2 Jun 2006 02:12:45 +0000 (02:12 +0000)
src/window.c

index 20bf204e76b2cb5d2c79153bc475134c4ed252ba..acb4c5cfbdde68cb0718fc969b56512d23a29530 100644 (file)
@@ -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;