fixed inverted logic in description of maybe-compile-*

original commit: 3747716ba6a11073146619ce75ff625ad8cbd7c0
This commit is contained in:
Bob Burger 2017-04-13 12:59:39 -04:00
parent ee0368b462
commit a618b8860b

View File

@ -1222,7 +1222,7 @@ command-line option.
\endentryheader
These procedures are like their non-\scheme{maybe} counterparts but
do not compile the source file if the object file is out-of-date.
compile the source file only if the object file is out-of-date.
An object file \var{X} is considered out-of-date if it does not exist or
if it is older than the source file or any files included (via \scheme{include})
when \var{X} was created.