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
Hide the comments too when you do an hs-hide-all.
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
"Hide the comments too when you do an `hs-hide-all'."
:type 'boolean)