Go to the first, previous, next, last section, table of contents.
@exampleindent: Environment Indenting
The Texinfo processors indent each line of @example and similar
environments.  You can use the @exampleindent command to specify
this indentation.  Write an @exampleindent command at the
beginning of a line followed by either `asis' or a number:
@exampleindent indent
The indentation is according to the value of indent:
asis
The default value of indent is 5.  @exampleindent is
ignored for HTML output.
Write the @exampleindent command before or shortly after the
end-of-header line at the beginning of a Texinfo file.  (If you write
the command between the start-of-header and end-of-header lines, the
region formatting commands indent examples as specified.)
Go to the first, previous, next, last section, table of contents.