aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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