Update runtime files.
diff --git a/runtime/doc/eval.txt b/runtime/doc/eval.txt
index 141f586..6a0013a 100644
--- a/runtime/doc/eval.txt
+++ b/runtime/doc/eval.txt
@@ -1,4 +1,4 @@
-*eval.txt* For Vim version 8.0. Last change: 2017 Apr 29
+*eval.txt* For Vim version 8.0. Last change: 2017 May 02
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -10692,12 +10692,6 @@
"while 0". Without the |+eval| feature the "while 0" is an error, which is
silently ignored, and the command is executed.
-The "<CR>" here is a real CR character, type CTRL-V Enter to get it.
-
-When the |+eval| feature is available the ":" is remapped to add a double
-quote, which has the effect of commenting-out the command. Without the
-|+eval| feature the nnoremap command is skipped and the command is executed.
-
==============================================================================
11. The sandbox *eval-sandbox* *sandbox* *E48*