# HG changeset patch # User Eli Zaretskii # Date 1149106979 0 # Node ID fde97bba5e372f3d7acc14baefbb1fafa711e9f3 # Parent 75ee8b77b1345be4398f5f7f5a799da44826ebef Fix typos. diff -r 75ee8b77b134 -r fde97bba5e37 man/ediff.texi --- a/man/ediff.texi Wed May 31 20:18:27 2006 +0000 +++ b/man/ediff.texi Wed May 31 20:22:59 2006 +0000 @@ -135,7 +135,7 @@ @chapter Major Entry Points When Ediff starts up, it displays a small control window, which accepts the -Ediff commands and two or three windows displaying the files to be compared +Ediff commands, and two or three windows displaying the files to be compared or merged. The control window can be in its own small frame or it can be part of a bigger frame that displays other buffers. In any case, it is important that the control window be active (i.e., be the one receiving the @@ -829,7 +829,7 @@ instance, if Ediff is merging according to the `combined' policy, then the merge region is skipped over if it is different from the combination of the regions in buffers A and B. (Warning: swapping buffers A and B will confuse -things in this respect). If the merge region is marked as `prefer-A' then +things in this respect.) If the merge region is marked as `prefer-A' then this region will be skipped if it differs from the current difference region in buffer A, etc. @@ -1599,8 +1599,6 @@ @vindex ediff-ignore-case Finally, Ediff can be told to ignore the case of the letters. This behavior can be toggled with @kbd{#c} and it is controlled with three variables: -Toggle case sensitivity in the diff program. All diffs are recomputed. -Case sensitivity is controlled by the variables @code{ediff-ignore-case-option}, @code{ediff-ignore-case-option3}, and @code{ediff-ignore-case}.