diff -r 6581d543a54c runtime/doc/diff.txt
--- a/runtime/doc/diff.txt	Thu Aug 02 21:48:24 2012 +0200
+++ b/runtime/doc/diff.txt	Sun Aug 05 16:17:46 2012 +0200
@@ -333,7 +333,7 @@
 
 The "1a2" item appends the line "bbb".
 The "4d4" item deletes the line "111".
-The '7c7" item replaces the line "GGG" with "ggg".
+The "7c7" item replaces the line "GGG" with "ggg".
 
 When 'diffexpr' is not empty, Vim evaluates it to obtain a diff file in the
 format mentioned.  These variables are set to the file names used:
diff -r 6581d543a54c runtime/doc/editing.txt
--- a/runtime/doc/editing.txt	Thu Aug 02 21:48:24 2012 +0200
+++ b/runtime/doc/editing.txt	Sun Aug 05 16:17:46 2012 +0200
@@ -393,7 +393,7 @@
 					*starstar-wildcard*
 Expanding "**" is possible on Unix, Win32, Mac OS/X and a few other systems.
 This allows searching a directory tree.  This goes up to 100 directories deep.
-Note there are some commands where this works slightly different, see
+Note there are some commands where this works slightly differently, see
 |file-searching|.
 Example: >
 	:n **/*.txt
diff -r 6581d543a54c runtime/doc/tabpage.txt
--- a/runtime/doc/tabpage.txt	Thu Aug 02 21:48:24 2012 +0200
+++ b/runtime/doc/tabpage.txt	Sun Aug 05 16:17:46 2012 +0200
@@ -113,7 +113,7 @@
 		this is a "safe" command.
 
 :tabc[lose][!] {count}
-		Close tab page {count}.  Fails in the same way as ':tabclose"
+		Close tab page {count}.  Fails in the same way as ":tabclose"
 		above.
 
 							*:tabo* *:tabonly*
diff -r 6581d543a54c runtime/doc/todo.txt
--- a/runtime/doc/todo.txt	Thu Aug 02 21:48:24 2012 +0200
+++ b/runtime/doc/todo.txt	Sun Aug 05 16:17:46 2012 +0200
@@ -394,7 +394,7 @@
 
 New esperanto spell file can't be processed. (Dominique Pelle, 2011 Jan 30)
 - move compflags to separate growarray?
-- instead of a regexp use a hashtable.  Expand '?', '*", '+'.  What would be
+- instead of a regexp use a hashtable.  Expand '?', '*', '+'.  What would be
   the maximum repeat for * and +?
 
 "L'Italie" noted as a spell error at start of the sentence. (Dominique Pelle,
@@ -547,7 +547,7 @@
 path.
 
 Test 51 fails when language set to German. (Marco, 2011 Jan 9)
-Dominique can't reproduc it.
+Dominique can't reproduce it.
 
 'ambiwidth' should be global-local.
 
diff -r 6581d543a54c runtime/doc/version5.txt
--- a/runtime/doc/version5.txt	Thu Aug 02 21:48:24 2012 +0200
+++ b/runtime/doc/version5.txt	Sun Aug 05 16:17:46 2012 +0200
@@ -6,7 +6,7 @@
 Welcome to Vim Version 5.0!
 
 This document lists the differences between Vim 4.x and Vim 5.0.
-Although 5.0 is mentioned here, this is also for version 5.1, 5.2, etc..
+Although 5.0 is mentioned here, this is also for version 5.1, 5.2, etc.
 See |vi_diff.txt| for an overview of differences between Vi and Vim 5.0.
 See |version4.txt| for differences between Vim 3.0 and Vim 4.0.
 
@@ -3888,7 +3888,7 @@
 When expand() has a second argument which is non-zero, don't use 'suffixes'
 and 'wildignore', return all matches.
 
-'O' flag in 'cpoptions: When not included, Vim will not overwrite a file, if
+'O' flag in 'cpoptions' When not included, Vim will not overwrite a file, if
 it didn't exist when editing started but it does exist when the buffer is
 written to the file.  The file must have been created outside of Vim, possibly
 without the user knowing it.  When this is detected after a shell command,
@@ -4499,7 +4499,7 @@
 restore all windows when "winsize" was not in 'sessionoptions'. (Webb)
 
 Command line completion for ":buffer" depended on 'ignorecase' for Unix, but
-not for DOS et al..  Now don't use 'ignorecase', but let it depend on whether
+not for DOS et al.  Now don't use 'ignorecase', but let it depend on whether
 file names are case sensitive or not (like when expanding file names).
 
 Win32 GUI: (Negri)
diff -r 6581d543a54c runtime/doc/version7.txt
--- a/runtime/doc/version7.txt	Thu Aug 02 21:48:24 2012 +0200
+++ b/runtime/doc/version7.txt	Sun Aug 05 16:17:46 2012 +0200
@@ -3587,7 +3587,7 @@
 
 Patch 7.0.085
 Problem:    When doing "make test" the viminfo file is modified.
-Solution:   Use another viminfo file after setting 'compatible.
+Solution:   Use another viminfo file after setting 'compatible'.
 Files:	    src/testdir/test56.in
 
 Patch 7.0.086
@@ -7314,8 +7314,6 @@
 
 Support syntax and filetype completion for user commands. (Christian Brabandt)
 
-Add completion for ":ownsyntax" and improve completion for ":filetype".
-
 Avoid use of the GTK main_loop() so that the GtkFileChooser can be used.
 (James Vega)
 
diff -r 6581d543a54c runtime/doc/vi_diff.txt
--- a/runtime/doc/vi_diff.txt	Thu Aug 02 21:48:24 2012 +0200
+++ b/runtime/doc/vi_diff.txt	Sun Aug 05 16:17:46 2012 +0200
@@ -192,7 +192,7 @@
 
 Spell checking.						|spell|
 	When the 'spell' option is set Vim will highlight spelling mistakes.
-	About 40 languages are currently supported, selected with the
+	About 50 languages are currently supported, selected with the
 	'spelllang' option.  In source code only comments and strings are
 	checked for spelling.
 
@@ -653,7 +653,7 @@
 option includes "eol".  You can backspace over the start of insert if the
 'backspace' option includes "start".
 
-When the 'paste' option is set, a few option are reset and mapping in insert
+When the 'paste' option is set, a few options are reset and mapping in insert
 mode and abbreviation are disabled.  This allows for pasting text in windowing
 systems without unexpected results.  When the 'paste' option is reset, the old
 option values are restored.
