aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThien-Thi Nguyen2001-03-14 00:00:13 +0000
committerThien-Thi Nguyen2001-03-14 00:00:13 +0000
commite847b47d53b27a4b4685e72063eabf1c8e5891e3 (patch)
treecbc5dfaf36ec3896bad70f0e386d2e2d5ea45511
parente0067a9dd685763f73ff3bf985f46f14100db291 (diff)
downloademacs-e847b47d53b27a4b4685e72063eabf1c8e5891e3.tar.gz
emacs-e847b47d53b27a4b4685e72063eabf1c8e5891e3.zip
Update hideshow key bindings.
-rw-r--r--man/programs.texi24
1 files changed, 12 insertions, 12 deletions
diff --git a/man/programs.texi b/man/programs.texi
index 05c7add1ba1..9716c819af6 100644
--- a/man/programs.texi
+++ b/man/programs.texi
@@ -1527,27 +1527,27 @@ also count as blocks.
1527@findex hs-show-region 1527@findex hs-show-region
1528@findex hs-hide-level 1528@findex hs-hide-level
1529@findex hs-minor-mode 1529@findex hs-minor-mode
1530@kindex C-c C-h 1530@kindex C-c @ C-h
1531@kindex C-c C-s 1531@kindex C-c @ C-s
1532@kindex C-c C-M-h 1532@kindex C-c @ C-M-h
1533@kindex C-c C-M-s 1533@kindex C-c @ C-M-s
1534@kindex C-c C-r 1534@kindex C-c @ C-r
1535@kindex C-c C-l 1535@kindex C-c @ C-l
1536@kindex S-Mouse-2 1536@kindex S-Mouse-2
1537@table @kbd 1537@table @kbd
1538@item C-c C-h 1538@item C-c @ C-h
1539Hide the current block (@code{hs-hide-block}). 1539Hide the current block (@code{hs-hide-block}).
1540@item C-c C-s 1540@item C-c @ C-s
1541Show the current block (@code{hs-show-block}). 1541Show the current block (@code{hs-show-block}).
1542@item C-c C-c 1542@item C-c @ C-c
1543Either hide or show the current block (@code{hs-toggle-hiding}) 1543Either hide or show the current block (@code{hs-toggle-hiding})
1544@item S-Mouse-2 1544@item S-Mouse-2
1545Either hide or show the block you click on (@code{hs-mouse-toggle-hiding}) 1545Either hide or show the block you click on (@code{hs-mouse-toggle-hiding})
1546@item C-c C-M-h 1546@item C-c @ C-M-h
1547Hide all top-level blocks (@code{hs-hide-all}). 1547Hide all top-level blocks (@code{hs-hide-all}).
1548@item C-c C-M-s 1548@item C-c @ C-M-s
1549Show everything in the buffer (@code{hs-show-all}). 1549Show everything in the buffer (@code{hs-show-all}).
1550@item C-c C-l 1550@item C-c @ C-l
1551Hide all blocks @var{n} levels below this block 1551Hide all blocks @var{n} levels below this block
1552(@code{hs-hide-level}). 1552(@code{hs-hide-level}).
1553@end table 1553@end table