aboutsummaryrefslogtreecommitdiffstats
path: root/doc/emacs/maintaining.texi
diff options
context:
space:
mode:
authorMiles Bader <[email protected]>2008-01-29 06:54:30 +0000
committerMiles Bader <[email protected]>2008-01-29 06:54:30 +0000
commit8dd59f01de203f3f02c3f898a7015bb522a0e4bc (patch)
treee04281e18a572d3f02dcd1f215909abdc55b44f2 /doc/emacs/maintaining.texi
parent8b329dbaa78f6bea288ad4326914629197f757a1 (diff)
parentf43ad7374fe3caf1e89cd6ede0f83769ef30998b (diff)
Merge from emacs--rel--22
Revision: [email protected]/emacs--devo--0--patch-1021
Diffstat (limited to 'doc/emacs/maintaining.texi')
-rw-r--r--doc/emacs/maintaining.texi9
1 files changed, 5 insertions, 4 deletions
diff --git a/doc/emacs/maintaining.texi b/doc/emacs/maintaining.texi
index c82c4fd6f2..7106a380d0 100644
--- a/doc/emacs/maintaining.texi
+++ b/doc/emacs/maintaining.texi
@@ -130,7 +130,7 @@ Of course, you should substitute the proper years and copyright holder.
@node Tags
@section Tags Tables
-@cindex tags table
+@cindex tag tables
A @dfn{tags table} is a description of how a multi-file program is
broken up into files. It lists the names of the component files and the
@@ -796,9 +796,10 @@ default is to use the same setting as the value of
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