emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/emacs-23 r100612: * window.el (split-window


From: Chong Yidong
Subject: [Emacs-diffs] /srv/bzr/emacs/emacs-23 r100612: * window.el (split-window-horizontally): Doc fix (Bug#9060).
Date: Tue, 12 Jul 2011 12:01:34 -0400
User-agent: Bazaar (2.3.1)

------------------------------------------------------------
revno: 100612
committer: Chong Yidong <address@hidden>
branch nick: emacs-23
timestamp: Tue 2011-07-12 12:01:34 -0400
message:
  * window.el (split-window-horizontally): Doc fix (Bug#9060).
modified:
  lisp/ChangeLog
  lisp/window.el
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2011-07-06 02:34:08 +0000
+++ b/lisp/ChangeLog    2011-07-12 16:01:34 +0000
@@ -1,3 +1,7 @@
+2011-07-12  Chong Yidong  <address@hidden>
+
+       * window.el (split-window-horizontally): Doc fix (Bug#9060).
+
 2011-06-27  Markus Heiser  <address@hidden>  (tiny change)
 
        * progmodes/gud.el (gud-pdb-marker-regexp): Accept \r char (Bug#5653).

=== modified file 'lisp/window.el'
--- a/lisp/window.el    2011-01-02 23:50:46 +0000
+++ b/lisp/window.el    2011-07-12 16:01:34 +0000
@@ -1314,7 +1314,7 @@
 (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


reply via email to

[Prev in Thread] Current Thread [Next in Thread]