Eli Zaretskii wrote: > On Mon, 9 Dec 2002, J. Johnston wrote: > > >>No problem. Hopefully the last iteration. I added the >>reset option to -environment-path and also added new tests >>to mi-basics.exp. The Makefile.in has been cleaned >>up properly w/r the header files and I fixed the typo you noticed >>in the call to mi_getopt. > > > The doco patch is approved, with one minor gripe: you don't really > explain the syntax of adding multiple directories. One of the examples > suggests that they should be separated by a colon, but that's probably > not true for the DOS/Windows ports, where a semicolon should be used, > right? I suggest to add something about this to the doco. > Actually, the multiple directories are input on the command, separated by blanks (this is defined by the syntax of the command). The separator found in the output of the command is dependenent on the system. I have modified the doc slightly to add examples that specify more than one directory separated by a blank. Is that sufficient to handle your concern? -- Jeff J.