diff options
| author | Francesco Potortì | 2002-03-05 11:42:46 +0000 |
|---|---|---|
| committer | Francesco Potortì | 2002-03-05 11:42:46 +0000 |
| commit | bf8dd4e319ec1751e8626bc9831b68366f9ef58e (patch) | |
| tree | 175542d54ebf6135f1876ad73bbb3f7ad7f8e49c /man | |
| parent | db59058201446a651dd28697590ad5fbc25383ea (diff) | |
| download | emacs-bf8dd4e319ec1751e8626bc9831b68366f9ef58e.tar.gz emacs-bf8dd4e319ec1751e8626bc9831b68366f9ef58e.zip | |
etags honours #line directives.
Diffstat (limited to 'man')
| -rw-r--r-- | man/maintaining.texi | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/man/maintaining.texi b/man/maintaining.texi index 36a030901eb..d0e726cbcbf 100644 --- a/man/maintaining.texi +++ b/man/maintaining.texi | |||
| @@ -179,8 +179,11 @@ definition of a function by looking up which of the files it is in. | |||
| 179 | conventional name for a tags table file is @file{TAGS}. | 179 | conventional name for a tags table file is @file{TAGS}. |
| 180 | 180 | ||
| 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 file | 182 | file that the tag is defined in (implicitly), and the position in that |
| 183 | of the tag's definition. | 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 | ||
| 185 | @code{bison} from a source Yacc file, the tags of the parsed file | ||
| 186 | reference the source file. | ||
| 184 | 187 | ||
| 185 | 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 |
| 186 | depends on the programming language of the described file. They | 189 | depends on the programming language of the described file. They |