diff options
Diffstat (limited to 'doc/misc')
| -rw-r--r-- | doc/misc/ediff.texi | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/doc/misc/ediff.texi b/doc/misc/ediff.texi index 19b7adbd668..87d3dfd6ed9 100644 --- a/doc/misc/ediff.texi +++ b/doc/misc/ediff.texi | |||
| @@ -99,7 +99,8 @@ through them. You can also copy difference regions from one buffer to | |||
| 99 | another (and recover old differences if you change your mind). | 99 | another (and recover old differences if you change your mind). |
| 100 | 100 | ||
| 101 | Another powerful feature is the ability to merge a pair of files into a | 101 | Another powerful feature is the ability to merge a pair of files into a |
| 102 | third buffer. Merging with an ancestor file is also supported. | 102 | third buffer. Merging with an ancestor file, (a.k.a. 3way merges) |
| 103 | is also supported. | ||
| 103 | Furthermore, Ediff is equipped with directory-level capabilities that | 104 | Furthermore, Ediff is equipped with directory-level capabilities that |
| 104 | allow the user to conveniently launch browsing or merging sessions on | 105 | allow the user to conveniently launch browsing or merging sessions on |
| 105 | groups of files in two (or three) different directories. | 106 | groups of files in two (or three) different directories. |
| @@ -828,7 +829,10 @@ region in buffer A, etc. | |||
| 828 | 829 | ||
| 829 | @item / | 830 | @item / |
| 830 | @kindex / | 831 | @kindex / |
| 831 | Displays the ancestor file during merges. | 832 | @vindex ediff-show-ancestor |
| 833 | Toggle to display the ancestor file in 3way merges. | ||
| 834 | You can enable permanently this setting customizing the variable | ||
| 835 | @code{ediff-show-ancestor}. | ||
| 832 | @item & | 836 | @item & |
| 833 | @kindex & | 837 | @kindex & |
| 834 | In some situations, such as when one of the files agrees with the ancestor file | 838 | In some situations, such as when one of the files agrees with the ancestor file |