From 7d84e69a3493f821a3cc3076a726d0dedf1727c5 Mon Sep 17 00:00:00 2001 From: Lin Sun Date: Thu, 14 May 2026 06:31:09 +0000 Subject: [PATCH] hideshow: Menu entry for 'hs-toggle-all' * lisp/progmodes/hideshow.el: Menu entry for hs-toggle-all (bug#81045). --- lisp/progmodes/hideshow.el | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/lisp/progmodes/hideshow.el b/lisp/progmodes/hideshow.el index 44b50584bf4..92a85473bc0 100644 --- a/lisp/progmodes/hideshow.el +++ b/lisp/progmodes/hideshow.el @@ -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