comparison man/maintaining.texi @ 79937:c8e7c8ab6ded

(Tags): Delete redundant index entry.
author Richard M. Stallman <rms@gnu.org>
date Sat, 26 Jan 2008 23:57:13 +0000
parents b57561eb91c3
children 48f22aebe3da
comparison
equal deleted inserted replaced
79936:996fec9cb719 79937:c8e7c8ab6ded
128 @noindent 128 @noindent
129 Of course, you should substitute the proper years and copyright holder. 129 Of course, you should substitute the proper years and copyright holder.
130 130
131 @node Tags 131 @node Tags
132 @section Tags Tables 132 @section Tags Tables
133 @cindex tags
134 @cindex tag tables 133 @cindex tag tables
135 134
136 A @dfn{tags table} is a description of how a multi-file program is 135 A @dfn{tags table} is a description of how a multi-file program is
137 broken up into files. It lists the names of the component files and the 136 broken up into files. It lists the names of the component files and the
138 names and positions of the functions (or other named subunits) in each 137 names and positions of the functions (or other named subunits) in each
791 @code{case-fold-search} (@pxref{Search Case}). 790 @code{case-fold-search} (@pxref{Search Case}).
792 791
793 It is possible to get through all the files in the tags table with a 792 It is possible to get through all the files in the tags table with a
794 single invocation of @kbd{M-x tags-query-replace}. But often it is 793 single invocation of @kbd{M-x tags-query-replace}. But often it is
795 useful to exit temporarily, which you can do with any input event that 794 useful to exit temporarily, which you can do with any input event that
796 has no special query replace meaning. You can resume the query replace 795 has no special query replace meaning. You can resume the query
797 subsequently by typing @kbd{M-,}; this command resumes the last tags 796 replace subsequently by typing @kbd{M-,}; this command resumes the
798 search or replace command that you did. 797 last tags search or replace command that you did. For instance, to
798 skip the rest of the current file, you can type @kbd{M-> M-,}.
799 799
800 The commands in this section carry out much broader searches than the 800 The commands in this section carry out much broader searches than the
801 @code{find-tag} family. The @code{find-tag} commands search only for 801 @code{find-tag} family. The @code{find-tag} commands search only for
802 definitions of tags that match your substring or regexp. The commands 802 definitions of tags that match your substring or regexp. The commands
803 @code{tags-search} and @code{tags-query-replace} find every occurrence 803 @code{tags-search} and @code{tags-query-replace} find every occurrence