Variable: hs-hide-comments-when-hiding-all
hs-hide-comments-when-hiding-all is a customizable variable defined in
hideshow.el.gz.
Value
t
Documentation
Whether the comments should be hidden.
If non-nil, hs-hide-all, hs-cycle and hs-hide-level will hide
comments too.
Probably introduced at or before Emacs version 20.1.
Source Code
;; Defined in /usr/src/emacs/lisp/progmodes/hideshow.el.gz
(defcustom hs-hide-comments-when-hiding-all t
"Whether the comments should be hidden.
If non-nil, `hs-hide-all', `hs-cycle' and `hs-hide-level' will hide
comments too."
:type 'boolean)