Various small fixes from Dominique Pelle.
diff --git a/runtime/doc/indent.txt b/runtime/doc/indent.txt
index 236901c..355c909 100644
--- a/runtime/doc/indent.txt
+++ b/runtime/doc/indent.txt
@@ -525,7 +525,7 @@
 variables:
 
 								*php-comment*
-To not enable auto-formating of comments by default (if you want to use your
+To not enable auto-formatting of comments by default (if you want to use your
 own 'formatoptions'): >
     :let g:PHP_autoformatcomment = 0
 
diff --git a/runtime/doc/todo.txt b/runtime/doc/todo.txt
index 255e00f..5e4f3a0 100644
--- a/runtime/doc/todo.txt
+++ b/runtime/doc/todo.txt
@@ -1099,7 +1099,6 @@
   dictionary: {'nr': 2, 'time': 1234, 'saved': 1}
 Patches to include:
 - Patch for Lisp support with ECL (Mikael Jansson, 2008 Oct 25)
-- Minor patches from Dominique Pelle, 2010 May 15
 - Gvimext patch to support wide file names. (Szabolcs Horvat 2008 Sep 10)
 - Patch to support netbeans for Mac. (Kazuki Sakamoto, 2009 Jun 25)
 - Patch to support clipboard for Mac terminal. (Jjgod Jiang, 2009 Aug 1)