* tp/Texinfo/ParserNonXS.pm (_end_line_misc_line): add missing
parenthesis.

* tp/Texinfo/ParserNonXS.pm (_end_line_def_line): add missing
definition command name with index.

* tp/Texinfo/ParserNonXS.pm (%index_entry_command_commands)
(_end_line_misc_line, _is_index_element, _process_remaining_on_line)
(_parse_line_command_args, simple_parser, parser): do not use
$self->{'command_index'} to determine if a command is an index
command, add and use $self->{'index_entry_commands'}, for a clearer
code more similar to C code.
2 files changed