]> git.eshelyaron.com Git - emacs.git/commitdiff
* window.el (split-window-horizontally): Doc fix (Bug#9060).
authorChong Yidong <cyd@stupidchicken.com>
Tue, 12 Jul 2011 16:01:34 +0000 (12:01 -0400)
committerChong Yidong <cyd@stupidchicken.com>
Tue, 12 Jul 2011 16:01:34 +0000 (12:01 -0400)
lisp/ChangeLog
lisp/window.el

index c05c769d2a9efca14af2fe0854f0273bc117046e..c624b6d49d441dcacaa9411fbe5bb912d5aa02e2 100644 (file)
@@ -1,3 +1,7 @@
+2011-07-12  Chong Yidong  <cyd@stupidchicken.com>
+
+       * window.el (split-window-horizontally): Doc fix (Bug#9060).
+
 2011-06-27  Markus Heiser  <markus.heiser@darmarit.de>  (tiny change)
 
        * progmodes/gud.el (gud-pdb-marker-regexp): Accept \r char (Bug#5653).
index e8e1c6149fd77e285b8dfb96dcf45ca58dc5057f..837d5a418b769a04e671a8e20a6dfecdcd3731a6 100644 (file)
@@ -1314,7 +1314,7 @@ window."
 (defun split-window-horizontally (&optional size)
   "Split selected window into two windows side by side.
 The selected window becomes the left one and gets SIZE columns.
-SIZE negative means the right window gets -SIZE lines.
+SIZE negative means the right window gets -SIZE columns.
 
 SIZE includes the width of the window's scroll bar; if there are
 no scroll bars, it includes the width of the divider column to