Updated runtime files.
diff --git a/runtime/doc/eval.txt b/runtime/doc/eval.txt
index af4c1a7..a1c1505 100644
--- a/runtime/doc/eval.txt
+++ b/runtime/doc/eval.txt
@@ -1,4 +1,4 @@
-*eval.txt*	For Vim version 7.4.  Last change: 2016 May 05
+*eval.txt*	For Vim version 7.4.  Last change: 2016 May 20
 
 
 		  VIM REFERENCE MANUAL	  by Bram Moolenaar
@@ -3645,7 +3645,7 @@
 			let Broken = function(dict.Func, [arg], dict)
 <
 		When {arglist} or {dict} is present this creates a partial.
-		That mans the argument list and/or the dictionary is stored in
+		That means the argument list and/or the dictionary is stored in
 		the Funcref and will be used when the Funcref is called.
 		
 		The arguments are passed to the function in front of other
@@ -7188,8 +7188,9 @@
 		{only available when compiled with the |+timers| feature}
 
 timer_stop({timer})					*timer_stop()*
-		Stop a timer.  {timer} is an ID returned by timer_start().
-		The timer callback will no longer be invoked.
+		Stop a timer.  The timer callback will no longer be invoked.
+		{timer} is an ID returned by timer_start(), thus it must be a
+		Number.
 
 tolower({expr})						*tolower()*
 		The result is a copy of the String given, with all uppercase