diff options
| author | Basil L. Contovounesios | 2019-05-19 13:52:26 +0100 |
|---|---|---|
| committer | Basil L. Contovounesios | 2019-05-19 13:52:26 +0100 |
| commit | 6cfd68d4d7c3e577ba1ed55b304229fc6e78718b (patch) | |
| tree | 356bc30a9fdbdae933894dc902dcb20ccb3bfab5 | |
| parent | 7ce4b35ac427506bb8b43ab14a134bd2e707c9d6 (diff) | |
| download | emacs-6cfd68d4d7c3e577ba1ed55b304229fc6e78718b.tar.gz emacs-6cfd68d4d7c3e577ba1ed55b304229fc6e78718b.zip | |
Fix Hideshow key binding typo in Emacs manual
* doc/emacs/programs.texi (Hideshow): Add missing function and key
index entries. Fix hs-toggle-hiding binding typo. (bug#35798)
| -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}). |