diff options
Diffstat (limited to 'doc/misc')
| -rw-r--r-- | doc/misc/ChangeLog | 5 | ||||
| -rw-r--r-- | doc/misc/ediff.texi | 8 |
2 files changed, 6 insertions, 7 deletions
diff --git a/doc/misc/ChangeLog b/doc/misc/ChangeLog index 8f50396b2b8..cc0da7e25f3 100644 --- a/doc/misc/ChangeLog +++ b/doc/misc/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2014-08-07 Reuben Thomas <rrt@sc3d.org> | ||
| 2 | |||
| 3 | * ediff.texi (Merging and diff3): Don't mention lack of support | ||
| 4 | for VMS diff, we no longer support VMS. | ||
| 5 | |||
| 1 | 2014-08-07 Michael Albinus <michael.albinus@gmx.de> | 6 | 2014-08-07 Michael Albinus <michael.albinus@gmx.de> |
| 2 | 7 | ||
| 3 | * tramp.texi (Remote shell setup): Explain, how to change command | 8 | * tramp.texi (Remote shell setup): Explain, how to change command |
diff --git a/doc/misc/ediff.texi b/doc/misc/ediff.texi index 9d373982fa8..4e1806de94d 100644 --- a/doc/misc/ediff.texi +++ b/doc/misc/ediff.texi | |||
| @@ -350,8 +350,7 @@ All the above functions use the POSIX @code{diff} or @code{diff3} programs | |||
| 350 | to find differences between two files. They process the @code{diff} output | 350 | to find differences between two files. They process the @code{diff} output |
| 351 | and display it in a convenient form. At present, Ediff understands only | 351 | and display it in a convenient form. At present, Ediff understands only |
| 352 | the plain output from diff. Options such as @samp{-c} are not supported, | 352 | the plain output from diff. Options such as @samp{-c} are not supported, |
| 353 | nor is the format produced by incompatible file comparison programs such as | 353 | nor is the format produced by incompatible file comparison programs. |
| 354 | the VMS version of @code{diff}. | ||
| 355 | 354 | ||
| 356 | The functions @code{ediff-files}, @code{ediff-buffers}, | 355 | The functions @code{ediff-files}, @code{ediff-buffers}, |
| 357 | @code{ediff-files3}, @code{ediff-buffers3} first display the coarse, | 356 | @code{ediff-files3}, @code{ediff-buffers3} first display the coarse, |
| @@ -1945,11 +1944,6 @@ Specifies the default directory to look for patches. | |||
| 1945 | 1944 | ||
| 1946 | @end table | 1945 | @end table |
| 1947 | 1946 | ||
| 1948 | @noindent | ||
| 1949 | @strong{Warning:} Ediff does not support the output format of VMS | ||
| 1950 | @code{diff}. Instead, make sure you are using some implementation of POSIX | ||
| 1951 | @code{diff}, such as @code{gnudiff}. | ||
| 1952 | |||
| 1953 | @node Merging and diff3 | 1947 | @node Merging and diff3 |
| 1954 | @section Merging and diff3 | 1948 | @section Merging and diff3 |
| 1955 | 1949 | ||