# HG changeset patch # User Francesco Potort # Date 1015940660 0 # Node ID 7d0cb2cc5e60d1abba675ce478d9ce2d4d25c2b0 # Parent db463e67459c3313a1f5e677ca23525cc1953730 Use Cweb, not bison as an example of etags using #line. diff -r db463e67459c -r 7d0cb2cc5e60 man/maintaining.texi --- a/man/maintaining.texi Tue Mar 12 13:40:49 2002 +0000 +++ b/man/maintaining.texi Tue Mar 12 13:44:20 2002 +0000 @@ -181,9 +181,9 @@ Each entry in the tags table records the name of one tag, the name of the file that the tag is defined in (implicitly), and the position in that file of the tag's definition. When a file parsed by @code{etags} is -created from a different source file, like a C file created by -@code{bison} from a source Yacc file, the tags of the parsed file -reference the source file. +generated from a different source file, like a C file generated from a +Cweb source file, the tags of the parsed file reference the source +file. Just what names from the described files are recorded in the tags table depends on the programming language of the described file. They