aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 @@
12008-01-26 Richard Stallman <rms@gnu.org>
2
3 * maintaining.texi (Tags): Delete redundant index entry.
4
12008-01-26 Eli Zaretskii <eliz@gnu.org> 52008-01-26 Eli Zaretskii <eliz@gnu.org>
2 6
3 * programs.texi (Imenu): Move "@cindex tags" from here... 7 * 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.
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
@@ -793,9 +792,10 @@ default is to use the same setting as the value of
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
794single invocation of @kbd{M-x tags-query-replace}. But often it is 793single invocation of @kbd{M-x tags-query-replace}. But often it is
795useful to exit temporarily, which you can do with any input event that 794useful to exit temporarily, which you can do with any input event that
796has no special query replace meaning. You can resume the query replace 795has no special query replace meaning. You can resume the query
797subsequently by typing @kbd{M-,}; this command resumes the last tags 796replace subsequently by typing @kbd{M-,}; this command resumes the
798search or replace command that you did. 797last tags search or replace command that you did. For instance, to
798skip 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