This is a regular expression to match Texinfo lines that are chapter
or sections headings or like such.")
(defun texinfo-show-structure nil "\
Show the structure of a Texinfo file by listing the lines with the
@-sign commands for @node, @chapter, @section and the like. Lines
with structuring commands in them are displayed in another window
called the *Occur* window. In that window, you can position the
cursor over one of the lines and use \\[occur-mode-goto-occurrence],
to jump to the corresponding spot in the Texinfo file." (interactive) (byte-code "ÁebÂ!)ÃÄ!ebÅÆ!" [texinfo-heading-pattern nil occur pop-to-buffer "*Occur*" flush-lines "-----"] 4))