hs-minor-mode-menu
hs-minor-mode-menu is a variable defined in `
hideshow.el
'.
Its value is shown
below.
Documentation:
Menu used when hideshow minor mode is active.
Value:
(keymap "Hide/Show"
(Hide\ Block menu-item "Hide Block" hs-hide-block :help "Hide the code or comment block at point")
(Show\ Block menu-item "Show Block" hs-show-block :help "Show the code or comment block at point")
(Hide\ All menu-item "Hide All" hs-hide-all :help "Hide all the blocks in the buffer")
(Show\ All menu-item "Show All" hs-show-all :help "Show all the blocks in the buffer")
(Hide\ Level menu-item "Hide Level" hs-hide-level :help "Hide all block at levels below the current block")
(Toggle\ Hiding menu-item "Toggle Hiding" hs-toggle-hiding :help "Toggle the hiding state of the current block")
(nil menu-item "----")
(Hide\ comments\ when\ hiding\ all menu-item "Hide comments when hiding all" menu-function-333 :key-sequence nil :button
(:toggle . hs-hide-comments-when-hiding-all)
:help "If t also hide comment blocks when doing `hs-hide-all'")
(Reveal\ on\ isearch menu-item "Reveal on isearch"
(keymap "Reveal on isearch"
(Code\ blocks menu-item "Code blocks" menu-function-334 :key-sequence nil :button
(:radio eq hs-isearch-open 'code)
:help "Show hidden code blocks when isearch matches inside them")
(Comment\ blocks menu-item "Comment blocks" menu-function-335 :key-sequence nil :button
(:radio eq hs-isearch-open 'comment)
:help "Show hidden comment blocks when isearch matches inside them")
(Code\ and\ Comment\ blocks menu-item "Code and Comment blocks" menu-function-336 :key-sequence nil :button
(:radio eq hs-isearch-open t)
:help "Show both hidden code and comment blocks when isearch matches inside them")
(None menu-item "None" menu-function-337 :key-sequence nil :button
(:radio eq hs-isearch-open nil)
:help "Do not hidden code or comment blocks when isearch matches inside them"))))