updated for version 7.2c-000
diff --git a/runtime/doc/diff.txt b/runtime/doc/diff.txt
index 379f6a6..2177c56 100644
--- a/runtime/doc/diff.txt
+++ b/runtime/doc/diff.txt
@@ -1,12 +1,12 @@
-*diff.txt* For Vim version 7.2b. Last change: 2006 Oct 02
+*diff.txt* For Vim version 7.2c. Last change: 2008 Jul 21
VIM REFERENCE MANUAL by Bram Moolenaar
*diff* *vimdiff* *gvimdiff* *diff-mode*
-This file describes the +diff feature: Showing differences between two or
-three versions of the same file.
+This file describes the +diff feature: Showing differences between two,
+three or four versions of the same file.
The basics are explained in section |08.7| of the user manual.
@@ -49,7 +49,7 @@
using the |-O| argument. This uses vertical splits. If you prefer horizontal
splits add the |-o| argument: >
- vimdiff -o file1 file2 [file3]
+ vimdiff -o file1 file2 [file3 [file4]]
If you always prefer horizontal splits include "horizontal" in 'diffopt'.