From: Eli Zaretskii Date: Sat, 25 Apr 2009 07:22:50 +0000 (+0000) Subject: (Tags): Fix last change. X-Git-Tag: emacs-pretest-23.0.93~56 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=3eb92ec0f1a14597c8897388a038a6f2eab687d4;p=emacs.git (Tags): Fix last change. --- diff --git a/doc/emacs/maintaining.texi b/doc/emacs/maintaining.texi index 13fdb123135..4a5afac6523 100644 --- a/doc/emacs/maintaining.texi +++ b/doc/emacs/maintaining.texi @@ -1496,11 +1496,10 @@ conventional name for a tags table file is @file{TAGS}. Each entry in the tags table records the name of a tag, the name of the file that the tag is defined in (implicitly), and the position in that file of the tag's definition. If the file is a generated file, -the tags for the generated file reference the originating source file. -Examples of generated files include C files generated from Cweb source -files or from a Yacc parser or Lex scanner definitions, @file{.i} -preprocessed C files, and Fortran files produced by preprocessing -@file{.fpp} source files. +its tags reference the originating source file. Examples of generated +files include C files generated from Cweb source files or from a Yacc +parser or Lex scanner definitions, @file{.i} preprocessed C files, and +Fortran files produced by preprocessing @file{.fpp} source files. Just what names from the described files are recorded in the tags table depends on the programming language of the described file. They