aboutsummaryrefslogtreecommitdiffstats
path: root/man/programs.texi
diff options
context:
space:
mode:
authorEli Zaretskii2001-06-07 16:01:50 +0000
committerEli Zaretskii2001-06-07 16:01:50 +0000
commit6401dc8681e45239693eb7e276163f261f157f78 (patch)
tree5f9563dfdf1484b726872487897dfda23ca7978a /man/programs.texi
parent7341902149be59db13748d1fc3371c1fc05d2bb0 (diff)
downloademacs-6401dc8681e45239693eb7e276163f261f157f78.tar.gz
emacs-6401dc8681e45239693eb7e276163f261f157f78.zip
(Hideshow): Fix the docs of keybindings which used a single `@'.
Diffstat (limited to 'man/programs.texi')
-rw-r--r--man/programs.texi24
1 files changed, 12 insertions, 12 deletions
diff --git a/man/programs.texi b/man/programs.texi
index 05b9765f7d0..1f1215a3fc0 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