# HG changeset patch # User Richard M. Stallman # Date 1201391833 0 # Node ID c8e7c8ab6dedd169ab07a27d510abd82fd3abf8d # Parent 996fec9cb71984084e0217b3095a16e3a1740323 (Tags): Delete redundant index entry. diff -r 996fec9cb719 -r c8e7c8ab6ded man/maintaining.texi --- a/man/maintaining.texi Sat Jan 26 22:26:18 2008 +0000 +++ b/man/maintaining.texi Sat Jan 26 23:57:13 2008 +0000 @@ -130,7 +130,6 @@ @node Tags @section Tags Tables -@cindex tags @cindex tag tables A @dfn{tags table} is a description of how a multi-file program is @@ -793,9 +792,10 @@ It is possible to get through all the files in the tags table with a single invocation of @kbd{M-x tags-query-replace}. But often it is useful to exit temporarily, which you can do with any input event that -has no special query replace meaning. You can resume the query replace -subsequently by typing @kbd{M-,}; this command resumes the last tags -search or replace command that you did. +has no special query replace meaning. You can resume the query +replace subsequently by typing @kbd{M-,}; this command resumes the +last tags search or replace command that you did. For instance, to +skip the rest of the current file, you can type @kbd{M-> M-,}. The commands in this section carry out much broader searches than the @code{find-tag} family. The @code{find-tag} commands search only for