* windows.texi (Split Window): C-mouse-2 doesn't work on GTK+ scroll bars.
authorChong Yidong <cyd@gnu.org>
Tue, 31 Jan 2012 06:32:14 +0000 (14:32 +0800)
committerChong Yidong <cyd@gnu.org>
Tue, 31 Jan 2012 06:32:14 +0000 (14:32 +0800)
Fixes: debbugs:10666

doc/emacs/ChangeLog
doc/emacs/frames.texi
doc/emacs/windows.texi

index 871422f..4a26f90 100644 (file)
@@ -1,3 +1,8 @@
+2012-01-31  Chong Yidong  <cyd@gnu.org>
+
+       * windows.texi (Split Window): C-mouse-2 doesn't work on GTK+
+       scroll bars (Bug#10666).
+
 2012-01-28  Chong Yidong  <cyd@gnu.org>
 
        * files.texi (Filesets): Fix typos.
index 1adeee4..38ee620 100644 (file)
@@ -370,7 +370,6 @@ side-by-side windows with the boundary running through the click
 position (@pxref{Split Window}).
 @end table
 
-@kindex C-Mouse-2 @r{(scroll bar)}
 @kindex Mouse-1 @r{(scroll bar)}
   Furthermore, by clicking and dragging @kbd{Mouse-1} on the divider
 between two side-by-side mode lines, you can move the vertical
index 76ab793..3733eed 100644 (file)
@@ -72,7 +72,7 @@ Split the selected window into two windows, one above the other
 Split the selected window into two windows, positioned side by side
 (@code{split-window-right}).
 @item C-Mouse-2
-In the mode line or scroll bar of a window, split that window.
+In the mode line of a window, split that window.
 @end table
 
 @kindex C-x 2
@@ -125,11 +125,14 @@ lines in every partial-width window regardless of its width.
   On text terminals, side-by-side windows are separated by a vertical
 divider which is drawn using the @code{vertical-border} face.
 
+@kindex C-Mouse-2 @r{(mode line)}
 @kindex C-Mouse-2 @r{(scroll bar)}
-  You can also split a window horizontally or vertically by clicking
-@kbd{C-Mouse-2} in the mode line or the scroll bar.  If you click on
-the mode line, that puts the vertical divider where you click; if you
-click in the scroll bar, that puts the new mode-line where you click.
+  If you click @kbd{C-Mouse-2} in the mode line of a window, that
+splits the window, putting a vertical divider where you click.
+Depending on how Emacs is compiled, you can also split a window by
+clicking @kbd{C-Mouse-2} in the scroll bar, which puts a horizontal
+divider where you click (this feature does not work when Emacs uses
+GTK+ scroll bars).
 
 @node Other Window
 @section Using Other Windows