Hi, the AUCTeX manual contains the following lines in the Texinfo file:
@dircategory Emacs @dircategory TeX @direntry * AUCTeX: (auctex). A sophisticated TeX environment for Emacs. @end direntry The resulting info file contains the following INFO-DIR-SECTION entry: INFO-DIR-SECTION EmacsINFO-DIR-SECTION TeX START-INFO-DIR-ENTRY * AUCTeX: (auctex). A sophisticated TeX environment for Emacs. END-INFO-DIR-ENTRY This happens with the following makeinfo version: $ makeinfo --version makeinfo (GNU texinfo) 4.11 After running install-info (actually ginstall-info on Debian) the dir file contains EmacsINFO-DIR-SECTION TeX * AUCTeX: (auctex). A sophisticated TeX environment for Emacs. which doesn't look correct. Is this is a bug in makeinfo or is input, i.e. the Texinfo file, incorrect? -- Ralf
