Merged changes from the 1.5.2p2 release.
(Very rough.)
diff --git a/Doc/lib/libsched.tex b/Doc/lib/libsched.tex
index baa2ffe..21366f5 100644
--- a/Doc/lib/libsched.tex
+++ b/Doc/lib/libsched.tex
@@ -1,7 +1,8 @@
-% LaTeXed and enhanced from comments in file
\section{\module{sched} ---
Event scheduler}
+% LaTeXed and enhanced from comments in file
+
\declaremodule{standard}{sched}
\sectionauthor{Moshe Zadka}{mzadka@geocities.com}
\modulesynopsis{General purpose event scheduler.}
@@ -49,7 +50,8 @@
\begin{methoddesc}{enterabs}{time, priority, action, argument}
Schedule a new event. The \var{time} argument should be a numeric type
-compatible to the return value of \var{timefunc}. Events scheduled for
+compatible with the return value of the \var{timefunc} function passed
+to the constructor. Events scheduled for
the same \var{time} will be executed in the order of their
\var{priority}.