diff options
| -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 |