summaryrefslogtreecommitdiff
path: root/doc/emacs/programs.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/programs.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/programs.texi')
-rw-r--r--doc/emacs/programs.texi4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/emacs/programs.texi b/doc/emacs/programs.texi
index 780e00ca681..0c79d9c3de1 100644
--- a/doc/emacs/programs.texi
+++ b/doc/emacs/programs.texi
@@ -1305,7 +1305,7 @@ count as blocks.
@kindex C-c @@ C-M-s
@kindex C-c @@ C-r
@kindex C-c @@ C-l
-@kindex S-Mouse-2
+@kindex S-mouse-2
@table @kbd
@item C-c @@ C-h
Hide the current block (@code{hs-hide-block}).
@@ -1313,7 +1313,7 @@ Hide the current block (@code{hs-hide-block}).
Show the current block (@code{hs-show-block}).
@item C-c @@ C-c
Either hide or show the current block (@code{hs-toggle-hiding}).
-@item S-Mouse-2
+@item S-mouse-2
Toggle hiding for the block you click on (@code{hs-mouse-toggle-hiding}).
@item C-c @@ C-M-h
Hide all top-level blocks (@code{hs-hide-all}).