diff options
| author | Eli Zaretskii | 2001-06-07 16:01:50 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2001-06-07 16:01:50 +0000 |
| commit | 6401dc8681e45239693eb7e276163f261f157f78 (patch) | |
| tree | 5f9563dfdf1484b726872487897dfda23ca7978a /man/programs.texi | |
| parent | 7341902149be59db13748d1fc3371c1fc05d2bb0 (diff) | |
| download | emacs-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.texi | 24 |
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 |
| 1539 | Hide the current block (@code{hs-hide-block}). | 1539 | Hide the current block (@code{hs-hide-block}). |
| 1540 | @item C-c @ C-s | 1540 | @item C-c @@ C-s |
| 1541 | Show the current block (@code{hs-show-block}). | 1541 | Show the current block (@code{hs-show-block}). |
| 1542 | @item C-c @ C-c | 1542 | @item C-c @@ C-c |
| 1543 | Either hide or show the current block (@code{hs-toggle-hiding}) | 1543 | Either hide or show the current block (@code{hs-toggle-hiding}) |
| 1544 | @item S-Mouse-2 | 1544 | @item S-Mouse-2 |
| 1545 | Either hide or show the block you click on (@code{hs-mouse-toggle-hiding}) | 1545 | Either 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 |
| 1547 | Hide all top-level blocks (@code{hs-hide-all}). | 1547 | Hide all top-level blocks (@code{hs-hide-all}). |
| 1548 | @item C-c @ C-M-s | 1548 | @item C-c @@ C-M-s |
| 1549 | Show everything in the buffer (@code{hs-show-all}). | 1549 | Show everything in the buffer (@code{hs-show-all}). |
| 1550 | @item C-c @ C-l | 1550 | @item C-c @@ C-l |
| 1551 | Hide all blocks @var{n} levels below this block | 1551 | Hide all blocks @var{n} levels below this block |
| 1552 | (@code{hs-hide-level}). | 1552 | (@code{hs-hide-level}). |
| 1553 | @end table | 1553 | @end table |