Variable: hs-allow-nesting
hs-allow-nesting is a variable defined in hideshow.el.gz.
Value
nil
Documentation
If non-nil, hiding remembers internal blocks.
This means that when the outer block is shown again, any previously hidden internal blocks remain hidden.
Probably introduced at or before Emacs version 22.1.
Source Code
;; Defined in /usr/src/emacs/lisp/progmodes/hideshow.el.gz
(defvar hs-allow-nesting nil
"If non-nil, hiding remembers internal blocks.
This means that when the outer block is shown again,
any previously hidden internal blocks remain hidden.")