# HG changeset patch # User Michael Kifer # Date 943814944 0 # Node ID 4aad3cb5a850ae63e9ae057ad489d2480e534376 # Parent b149d27170f96c241d5c225b4e723c19284b413f very minor fixes. diff -r b149d27170f9 -r 4aad3cb5a850 man/ediff.texi --- a/man/ediff.texi Sun Nov 28 17:29:57 1999 +0000 +++ b/man/ediff.texi Sun Nov 28 18:49:04 1999 +0000 @@ -1811,10 +1811,13 @@ If it is @code{combined} then the region in buffer C will look like this: +@comment Use @set to avoid triggering merge conflict detectors like CVS. +@set seven-left <<<<<<< +@set seven-right >>>>>>> @example -<<<<<<< variant A +@value{seven-left} variant A the difference region from buffer A ->>>>>>> variant B +@value{seven-right} variant B the difference region from buffer B ####### Ancestor the difference region from the ancestor buffer, if available @@ -1837,7 +1840,7 @@ default template is @example -("<<<<<<< variant A" A ">>>>>>> variant B" B "####### Ancestor" Ancestor "======= end") +("@value{seven-left} variant A" A "@value{seven-right} variant B" B "####### Ancestor" Ancestor "======= end") @end example and the corresponding combined region is shown above. The order in which @@ -2229,7 +2232,7 @@ fine differences in Ediff buffers. Alastair Burt ported Ediff to XEmacs, Eric Freudenthal made it work with VC, Marc Paquette wrote the -toolbar support package for Ediff, and Hrvoje Niksic +toolbar support package for Ediff, and Hrvoje Niksic adapted it to the Emacs customization package. Many people provided help with bug reports, patches, and advice. @@ -2313,7 +2316,7 @@ Jan Vroonhof (vroonhof@@math.ethz.ch), Philippe Waroquiers (philippe.waroquiers@@eurocontrol.be), Klaus Weber (gizmo@@zork.north.de), -Ben Wing (wing@@666.com), +Ben Wing (ben@@xemacs.org), Ilya Zakharevich (ilya@@math.ohio-state.edu), Eli Zaretskii (eliz@@is.elta.co.il) @end example