Function: allout-hide-bodies

allout-hide-bodies is an interactive and byte-compiled function defined in allout.el.gz.

Signature

(allout-hide-bodies)

Documentation

Hide all of buffer except headings.

Key Bindings

Source Code

;; Defined in /usr/src/emacs/lisp/allout.el.gz
;;;_   > allout-hide-bodies ()
(defun allout-hide-bodies ()
  "Hide all of buffer except headings."
  (interactive)
  (allout-hide-region-body (point-min) (point-max)))