texinfo-sequentially-find-pointer

texinfo-sequentially-find-pointer is a compiled Lisp function in `texnfo-upd.el'.

(texinfo-sequentially-find-pointer LEVEL DIRECTION)

Find next or previous pointer sequentially in Texinfo file, or up pointer.
Move point to section associated with the pointer. Find point even if
it is in a different section.

Return type of pointer (either `normal' or `no-pointer').

The first argument is a string specifying the general kind of section
such as "chapter" or "section". The section found will be at the
same hierarchical level in the Texinfo file, or, in the case of the up
pointer, some level higher. The second argument (one of `next',
`previous', or `up') specifies whether to find the `Next', `Previous',
or `Up' pointer.