]> code.delx.au - gnu-emacs/blobdiff - man/emerge-xtra.texi
(edebug): Update page.
[gnu-emacs] / man / emerge-xtra.texi
index d299a6d604181909e6f3b8ac70b6eb4b93571197..3b5fe7cd17fd66c20354266d2de2f2d24900330a 100644 (file)
@@ -1,3 +1,7 @@
+@c This is part of the Emacs manual.
+@c Copyright (C) 2004, 2005, 2006 Free Software Foundation, Inc.
+@c See file emacs.texi for copying conditions.
+@c
 @c This file is included either in emacs-xtra.texi (when producing the
 @c printed version) or in the main Emacs manual (for the on-line version).
 @node Emerge
@@ -8,9 +12,14 @@
   It's not unusual for programmers to get their signals crossed and
 modify the same program in two different directions.  To recover from
 this confusion, you need to merge the two versions.  Emerge makes this
-easier.  For other ways to compare files, see @ref{Comparing Files,,,
-emacs, the Emacs Manual} and @ref{Top, Ediff,, ediff, The Ediff
-Manual}.
+easier.  For other ways to compare files, see
+@iftex
+@ref{Comparing Files,,, emacs, the Emacs Manual},
+@end iftex
+@ifnottex
+@ref{Comparing Files},
+@end ifnottex
+and @ref{Top, Ediff,, ediff, The Ediff Manual}.
 
 @menu
 * Overview of Emerge:: How to start Emerge.  Basic concepts.
@@ -60,7 +69,12 @@ one of them to include in the merge buffer.
 
   The Emerge commands that take input from existing buffers use only
 the accessible portions of those buffers, if they are narrowed.
+@iftex
 @xref{Narrowing,,, emacs, the Emacs Manual}.
+@end iftex
+@ifnottex
+@xref{Narrowing}.
+@end ifnottex
 
 
   If a common ancestor version is available, from which the two texts to
@@ -387,4 +401,14 @@ commands.
 
 @vindex emerge-startup-hook
   After setting up the merge, Emerge runs the hook
-@code{emerge-startup-hook}.  @xref{Hooks,,, emacs, the Emacs Manual}.
+@code{emerge-startup-hook}.
+@iftex
+@xref{Hooks,,, emacs, the Emacs Manual}.
+@end iftex
+@ifnottex
+@xref{Hooks}.
+@end ifnottex
+
+@ignore
+   arch-tag: cda63f09-9c5f-4ea1-adb9-4a820fdfb24e
+@end ignore