1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-30 04:10:54 -08:00

Use Cweb, not bison as an example of etags using #line.

This commit is contained in:
Francesco Potortì 2002-03-12 13:44:20 +00:00
parent 81d66c62e3
commit 0f5401a846

View file

@ -181,9 +181,9 @@ conventional name for a tags table file is @file{TAGS}.
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