summaryrefslogtreecommitdiff
path: root/doc/emacs/windows.texi
diff options
context:
space:
mode:
authorLars Ingebrigtsen <larsi@gnus.org>2016-04-29 14:36:23 +0200
committerLars Ingebrigtsen <larsi@gnus.org>2016-05-01 19:27:08 +0200
commit3cbc1e342791ce11b1fe2ce9e3d66f7431c656c2 (patch)
tree8dfd225b864c60be53b9a73002ed86b99d7774a1 /doc/emacs/windows.texi
parentde8349e125d24e1e53cdb5c54d45a32582682ff2 (diff)
downloademacs-3cbc1e342791ce11b1fe2ce9e3d66f7431c656c2.tar.gz
emacs-3cbc1e342791ce11b1fe2ce9e3d66f7431c656c2.tar.bz2
emacs-3cbc1e342791ce11b1fe2ce9e3d66f7431c656c2.zip
Change all occurrences of "Mouse-[0-9]" to "mouse-[0-9]"
* doc/emacs/*.texi: Change all occurrences of "Mouse-[0-9]" to "mouse-[0-9]". These are case sensitive, and the keys are lower case (bug#14554). (cherry picked from commit e4c26271f2c2fe08f8490e25c63a436ab2a804ca)
Diffstat (limited to 'doc/emacs/windows.texi')
-rw-r--r--doc/emacs/windows.texi14
1 files changed, 7 insertions, 7 deletions
diff --git a/doc/emacs/windows.texi b/doc/emacs/windows.texi
index 702963f75c5..bb8b68bf5f4 100644
--- a/doc/emacs/windows.texi
+++ b/doc/emacs/windows.texi
@@ -71,7 +71,7 @@ Split the selected window into two windows, one above the other
@item C-x 3
Split the selected window into two windows, positioned side by side
(@code{split-window-right}).
-@item C-Mouse-2
+@item C-mouse-2
In the mode line of a window, split that window.
@end table
@@ -129,12 +129,12 @@ truncation glyphs, the margins, and the scroll bar.
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)}
- If you click @kbd{C-Mouse-2} in the mode line of a window, that
+@kindex C-mouse-2 @r{(mode line)}
+@kindex C-mouse-2 @r{(scroll bar)}
+ 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
+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).
@@ -158,8 +158,8 @@ this option is @code{nil}.
Select another window (@code{other-window}).
@item C-M-v
Scroll the next window (@code{scroll-other-window}).
-@item Mouse-1
-@kbd{Mouse-1}, in the text area of a window, selects the window and
+@item mouse-1
+@kbd{mouse-1}, in the text area of a window, selects the window and
moves point to the position clicked. Clicking in the mode line
selects the window without moving point in it.
@end table