summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>2008-01-26 23:57:17 +0000
committerRichard M. Stallman <rms@gnu.org>2008-01-26 23:57:17 +0000
commitae068fdff1f6ef59035b1db42572ea09731a8285 (patch)
treed79e73babf3fe797cc7b7d27b9ab8244a98d49ce
parent9bb1a1d66cfef977eab4129895ca7290be40ecfa (diff)
downloademacs-ae068fdff1f6ef59035b1db42572ea09731a8285.tar.gz
(Tags): Delete redundant index entry.
-rw-r--r--man/ChangeLog4
-rw-r--r--man/maintaining.texi8
2 files changed, 8 insertions, 4 deletions
diff --git a/man/ChangeLog b/man/ChangeLog
index 31465ffbca3..65963d30088 100644
--- a/man/ChangeLog
+++ b/man/ChangeLog
@@ -1,3 +1,7 @@
+2008-01-26 Richard Stallman <rms@gnu.org>
+
+ * maintaining.texi (Tags): Delete redundant index entry.
+
2008-01-26 Eli Zaretskii <eliz@gnu.org>
* programs.texi (Imenu): Move "@cindex tags" from here...
diff --git a/man/maintaining.texi b/man/maintaining.texi
index 385431f28ba..1a4877c422b 100644
--- a/man/maintaining.texi
+++ b/man/maintaining.texi
@@ -130,7 +130,6 @@ Of course, you should substitute the proper years and copyright holder.
@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 @@ 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