Update runtime files.
diff --git a/runtime/doc/diff.txt b/runtime/doc/diff.txt
index 40167a1..216922a 100644
--- a/runtime/doc/diff.txt
+++ b/runtime/doc/diff.txt
@@ -181,7 +181,7 @@
loaded. Since Vim doesn't allow having two buffers for the same file, you
need another buffer. This command is useful: >
command DiffOrig vert new | set bt=nofile | r ++edit # | 0d_
- \ | diffthis | wincmd p | diffthis
+ \ | diffthis | wincmd p | diffthis
(this is in |defaults.vim|). Use ":DiffOrig" to see the differences between
the current buffer and the file it was loaded from.