patch 7.4.1541
Problem:    Missing job_info().
Solution:   Implement it.
diff --git a/runtime/doc/eval.txt b/runtime/doc/eval.txt
index 5284293..0bb4b83 100644
--- a/runtime/doc/eval.txt
+++ b/runtime/doc/eval.txt
@@ -4527,6 +4527,8 @@
 		If an exit callback was set with the "exit-cb" option and the
 		job is now detected to be "dead" the callback will be invoked.
 
+		For more information see |job_info()|.
+
 		{only available when compiled with the |+job| feature}
 
 job_stop({job} [, {how}])					*job_stop()*