From: Juri Linkov Date: Sun, 14 Aug 2005 08:09:51 +0000 (+0000) Subject: (Comparing Files): Replace xref to `Compilation' with `Compilation Mode'. X-Git-Tag: emacs-pretest-22.0.90~7599 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=c09c82f9b37634c791a397f832c995d59906ba58;p=emacs.git (Comparing Files): Replace xref to `Compilation' with `Compilation Mode'. --- 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 + + * 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 * 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.