]> git.eshelyaron.com Git - emacs.git/commitdiff
(Comparing Files): Replace xref to `Compilation' with `Compilation Mode'.
authorJuri Linkov <juri@jurta.org>
Sun, 14 Aug 2005 08:09:51 +0000 (08:09 +0000)
committerJuri Linkov <juri@jurta.org>
Sun, 14 Aug 2005 08:09:51 +0000 (08:09 +0000)
man/ChangeLog
man/files.texi

index 8d8efedaa226e859b43cce3d22fe54af6ccff804..fed7a065f65272c68124ac09033d554689ba51b1 100644 (file)
@@ -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.
index a97827210b8f0e7b7f8463f8075be12c8a588779..912fc6f7bf9a31b871524b14445f6f59470325c6 100644 (file)
@@ -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.