diff options
| -rw-r--r-- | doc/emacs/programs.texi | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/emacs/programs.texi b/doc/emacs/programs.texi index 9d712eb66cc..df14fd8a05a 100644 --- a/doc/emacs/programs.texi +++ b/doc/emacs/programs.texi | |||
| @@ -1332,8 +1332,11 @@ count as blocks. | |||
| 1332 | @findex hs-show-block | 1332 | @findex hs-show-block |
| 1333 | @findex hs-show-region | 1333 | @findex hs-show-region |
| 1334 | @findex hs-hide-level | 1334 | @findex hs-hide-level |
| 1335 | @findex hs-toggle-hiding | ||
| 1336 | @findex hs-mouse-toggle-hiding | ||
| 1335 | @kindex C-c @@ C-h | 1337 | @kindex C-c @@ C-h |
| 1336 | @kindex C-c @@ C-s | 1338 | @kindex C-c @@ C-s |
| 1339 | @kindex C-c @@ C-c | ||
| 1337 | @kindex C-c @@ C-M-h | 1340 | @kindex C-c @@ C-M-h |
| 1338 | @kindex C-c @@ C-M-s | 1341 | @kindex C-c @@ C-M-s |
| 1339 | @kindex C-c @@ C-r | 1342 | @kindex C-c @@ C-r |
| @@ -1346,7 +1349,7 @@ Hide the current block (@code{hs-hide-block}). | |||
| 1346 | @item C-c @@ C-s | 1349 | @item C-c @@ C-s |
| 1347 | Show the current block (@code{hs-show-block}). | 1350 | Show the current block (@code{hs-show-block}). |
| 1348 | @item C-c @@ C-c | 1351 | @item C-c @@ C-c |
| 1349 | @itemx C-x @@ C-e | 1352 | @itemx C-c @@ C-e |
| 1350 | Either hide or show the current block (@code{hs-toggle-hiding}). | 1353 | Either hide or show the current block (@code{hs-toggle-hiding}). |
| 1351 | @item S-mouse-2 | 1354 | @item S-mouse-2 |
| 1352 | Toggle hiding for the block you click on (@code{hs-mouse-toggle-hiding}). | 1355 | Toggle hiding for the block you click on (@code{hs-mouse-toggle-hiding}). |