1
Fork 0
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:
Lin Sun 2026-05-14 06:31:09 +00:00 committed by Juri Linkov
parent e90cafc288
commit 7d84e69a34

View file

@ -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