aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrancesco Potortì2002-03-12 13:44:20 +0000
committerFrancesco Potortì2002-03-12 13:44:20 +0000
commit0f5401a8463cd535d49d44dfe82e020e304c5bd7 (patch)
tree645124c28c00380c18943df1fbd674e403bc4074
parent81d66c62e3805a859468d93bc065a5c60fd80393 (diff)
downloademacs-0f5401a8463cd535d49d44dfe82e020e304c5bd7.tar.gz
emacs-0f5401a8463cd535d49d44dfe82e020e304c5bd7.zip
Use Cweb, not bison as an example of etags using #line.
-rw-r--r--man/maintaining.texi6
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
182file that the tag is defined in (implicitly), and the position in that 182file that the tag is defined in (implicitly), and the position in that
183file of the tag's definition. When a file parsed by @code{etags} is 183file of the tag's definition. When a file parsed by @code{etags} is
184created from a different source file, like a C file created by 184generated 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 185Cweb source file, the tags of the parsed file reference the source
186reference the source file. 186file.
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
189depends on the programming language of the described file. They 189depends on the programming language of the described file. They