diff options
| author | Francesco Potortì | 2002-03-12 13:44:20 +0000 |
|---|---|---|
| committer | Francesco Potortì | 2002-03-12 13:44:20 +0000 |
| commit | 0f5401a8463cd535d49d44dfe82e020e304c5bd7 (patch) | |
| tree | 645124c28c00380c18943df1fbd674e403bc4074 | |
| parent | 81d66c62e3805a859468d93bc065a5c60fd80393 (diff) | |
| download | emacs-0f5401a8463cd535d49d44dfe82e020e304c5bd7.tar.gz emacs-0f5401a8463cd535d49d44dfe82e020e304c5bd7.zip | |
Use Cweb, not bison as an example of etags using #line.
| -rw-r--r-- | man/maintaining.texi | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/man/maintaining.texi b/man/maintaining.texi index d0e726cbcbf..fdfc45f7a54 100644 --- a/man/maintaining.texi +++ b/man/maintaining.texi | |||
| @@ -181,9 +181,9 @@ conventional name for a tags table file is @file{TAGS}. | |||
| 181 | Each entry in the tags table records the name of one tag, the name of the | 181 | Each entry in the tags table records the name of one tag, the name of the |
| 182 | file that the tag is defined in (implicitly), and the position in that | 182 | file that the tag is defined in (implicitly), and the position in that |
| 183 | file of the tag's definition. When a file parsed by @code{etags} is | 183 | file of the tag's definition. When a file parsed by @code{etags} is |
| 184 | created from a different source file, like a C file created by | 184 | generated from a different source file, like a C file generated from a |
| 185 | @code{bison} from a source Yacc file, the tags of the parsed file | 185 | Cweb source file, the tags of the parsed file reference the source |
| 186 | reference the source file. | 186 | file. |
| 187 | 187 | ||
| 188 | Just what names from the described files are recorded in the tags table | 188 | Just what names from the described files are recorded in the tags table |
| 189 | depends on the programming language of the described file. They | 189 | depends on the programming language of the described file. They |