Variable: allout-show-bodies
allout-show-bodies is a customizable and buffer-local variable defined
in allout.el.gz.
Documentation
If non-nil, show entire body when exposing a topic, rather than just the header.
Source Code
;; Defined in /usr/src/emacs/lisp/allout.el.gz
;;;_ = allout-show-bodies
(defcustom allout-show-bodies nil
"If non-nil, show entire body when exposing a topic, rather than just the header."
:type 'boolean
:group 'allout)