summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorJuri Linkov <juri@jurta.org>2005-08-14 08:09:51 +0000
committerJuri Linkov <juri@jurta.org>2005-08-14 08:09:51 +0000
commitc09c82f9b37634c791a397f832c995d59906ba58 (patch)
treebc1b6162a7c5306f9949e9d9ead3c52227ae0aa7 /man
parent5d9b307f06aefef8ee89b238c9ece01809085e6a (diff)
downloademacs-c09c82f9b37634c791a397f832c995d59906ba58.tar.gz
(Comparing Files): Replace xref to `Compilation' with `Compilation Mode'.
Diffstat (limited to 'man')
-rw-r--r--man/ChangeLog12
-rw-r--r--man/files.texi2
2 files changed, 13 insertions, 1 deletions
diff --git a/man/ChangeLog b/man/ChangeLog
index 8d8efedaa22..fed7a065f65 100644
--- a/man/ChangeLog
+++ b/man/ChangeLog
@@ -1,3 +1,15 @@
+2005-08-14 Juri Linkov <juri@jurta.org>
+
+ * building.texi (Compilation, Grep Searching): Move grep command
+ headings from `Compilation' to `Grep Searching'.
+
+ * dired.texi (Dired and Find):
+ * maintaining.texi (Tags Search): Replace grep xref to
+ `Compilation' node with `Grep Searching'.
+
+ * files.texi (Comparing Files): Replace xref to `Compilation' with
+ `Compilation Mode'.
+
2005-08-13 Alan Mackenzie <acm@muc.de>
* search.texi (Non-ASCII Isearch): Correct a typo.
diff --git a/man/files.texi b/man/files.texi
index a97827210b8..912fc6f7bf9 100644
--- a/man/files.texi
+++ b/man/files.texi
@@ -2907,7 +2907,7 @@ string; the default is @code{"-c"} to specify a context diff.
@findex diff-goto-source
After running @kbd{M-x diff}, you can use @kbd{C-x `} to visit
successive changed locations in the two source files, as in
-Compilation mode (@pxref{Compilation}.) In the @samp{*diff*} buffer,
+Compilation mode (@pxref{Compilation Mode}.) In the @samp{*diff*} buffer,
you can move to a particular hunk of changes and type @kbd{C-c C-c}
(@code{diff-goto-source}) to visit the corresponding source location.