texinfo-show-structure

texinfo-show-structure is an interactive compiled Lisp function in `texinfo.el'.


(texinfo-show-structure &optional NODES-TOO)

Show the structure of a Texinfo file.
List the lines in the file that begin with the @-sign commands for
@chapter, @section, and the like.

With optional argument (prefix if interactive), list both the lines
with @-sign commands for @chapter, @section, and the like, and list
@node lines.

Lines with structuring commands beginning in them are displayed in
another buffer named `*Occur*'. In that buffer, you can move point to
one of those lines and then use
RET,
to jump to the corresponding spot in the Texinfo source file.