mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-05-31 01:32:00 -07:00
hideshow: Menu entry for 'hs-toggle-all'
* lisp/progmodes/hideshow.el: Menu entry for hs-toggle-all (bug#81045).
This commit is contained in:
parent
e90cafc288
commit
7d84e69a34
1 changed files with 3 additions and 1 deletions
|
|
@ -567,8 +567,10 @@ KEYMAP, KEY and DEFINITION are the same arguments as the ones of
|
|||
:help "Show all the blocks in the buffer"]
|
||||
["Hide Level" hs-hide-level
|
||||
:help "Hide all block at levels below the current block"]
|
||||
["Toggle Hiding" hs-toggle-hiding
|
||||
["Toggle Hiding Current Block" hs-toggle-hiding
|
||||
:help "Toggle the hiding state of the current block"]
|
||||
["Toggle Hiding All Blocks" hs-toggle-all
|
||||
:help "Toggle the hiding state of all the blocks"]
|
||||
"----"
|
||||
["Hide comments when hiding all"
|
||||
(setq hs-hide-comments-when-hiding-all
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue