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)
This commit is contained in:
parent
7ce4b35ac4
commit
6cfd68d4d7
1 changed files with 4 additions and 1 deletions
|
@ -1332,8 +1332,11 @@ count as blocks.
|
||||||
@findex hs-show-block
|
@findex hs-show-block
|
||||||
@findex hs-show-region
|
@findex hs-show-region
|
||||||
@findex hs-hide-level
|
@findex hs-hide-level
|
||||||
|
@findex hs-toggle-hiding
|
||||||
|
@findex hs-mouse-toggle-hiding
|
||||||
@kindex C-c @@ C-h
|
@kindex C-c @@ C-h
|
||||||
@kindex C-c @@ C-s
|
@kindex C-c @@ C-s
|
||||||
|
@kindex C-c @@ C-c
|
||||||
@kindex C-c @@ C-M-h
|
@kindex C-c @@ C-M-h
|
||||||
@kindex C-c @@ C-M-s
|
@kindex C-c @@ C-M-s
|
||||||
@kindex C-c @@ C-r
|
@kindex C-c @@ C-r
|
||||||
|
@ -1346,7 +1349,7 @@ Hide the current block (@code{hs-hide-block}).
|
||||||
@item C-c @@ C-s
|
@item C-c @@ C-s
|
||||||
Show the current block (@code{hs-show-block}).
|
Show the current block (@code{hs-show-block}).
|
||||||
@item C-c @@ C-c
|
@item C-c @@ C-c
|
||||||
@itemx C-x @@ C-e
|
@itemx C-c @@ C-e
|
||||||
Either hide or show the current block (@code{hs-toggle-hiding}).
|
Either hide or show the current block (@code{hs-toggle-hiding}).
|
||||||
@item S-mouse-2
|
@item S-mouse-2
|
||||||
Toggle hiding for the block you click on (@code{hs-mouse-toggle-hiding}).
|
Toggle hiding for the block you click on (@code{hs-mouse-toggle-hiding}).
|
||||||
|
|
Loading…
Add table
Reference in a new issue