Function: outline-show-branches

outline-show-branches is an interactive and byte-compiled function defined in outline.el.gz.

Signature

(outline-show-branches)

Documentation

Show all subheadings of this heading, but not their bodies.

Key Bindings

Aliases

show-branches (obsolete since 25.1)

Source Code

;; Defined in /usr/src/emacs/lisp/outline.el.gz
(defun outline-show-branches ()
  "Show all subheadings of this heading, but not their bodies."
  (interactive)
  (outline-show-children 1000))