Runtime file updates.
diff --git a/runtime/doc/autocmd.txt b/runtime/doc/autocmd.txt
index 079b916..03f95ca 100644
--- a/runtime/doc/autocmd.txt
+++ b/runtime/doc/autocmd.txt
@@ -1,4 +1,4 @@
-*autocmd.txt* For Vim version 7.4. Last change: 2014 May 02
+*autocmd.txt* For Vim version 7.4. Last change: 2014 Aug 22
VIM REFERENCE MANUAL by Bram Moolenaar
diff --git a/runtime/doc/tags b/runtime/doc/tags
index 55f221f..c0df15d 100644
--- a/runtime/doc/tags
+++ b/runtime/doc/tags
@@ -3454,6 +3454,7 @@
CTRL-{char} intro.txt /*CTRL-{char}*
Chinese mbyte.txt /*Chinese*
Cmd-event autocmd.txt /*Cmd-event*
+CmdUndefined autocmd.txt /*CmdUndefined*
Cmdline cmdline.txt /*Cmdline*
Cmdline-mode cmdline.txt /*Cmdline-mode*
CmdwinEnter autocmd.txt /*CmdwinEnter*
diff --git a/runtime/doc/todo.txt b/runtime/doc/todo.txt
index 4be7867..4b2a3db 100644
--- a/runtime/doc/todo.txt
+++ b/runtime/doc/todo.txt
@@ -1,4 +1,4 @@
-*todo.txt* For Vim version 7.4. Last change: 2014 Aug 22
+*todo.txt* For Vim version 7.4. Last change: 2014 Aug 23
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -54,10 +54,6 @@
Still using freed memory after using setloclist(). (lcd, 2014 Jul 23)
More info Jul 24. Not clear why.
-Patch for:
- CmdUndefined - Like FuncUndefined but for user commands.
-Yasuhiro Matsumoto, 2014 Aug 18
-
Patch to make getregtype() return the right size for non-linux systems.
(Yasuhiro Matsumoto, 2014 Jul 8)
Breaks test_eval. Inefficient, can we only compute y_width when needed?
@@ -265,7 +261,7 @@
Go through more coverity reports.
Patch to add ":undorecover", get as much text out of the undo file as
-possible. (Christian Brabandt, 2014 Mar 12, update Aug 16)
+possible. (Christian Brabandt, 2014 Mar 12, update Aug 22)
Include Haiku port? (Adrien Destugues, Siarzhuk Zharski, 2013 Oct 24)