Return descriptions for most-positive-fixnum and most-negative-fixnum

were reversed in csug, flipped to be correct.

original commit: f0ea46428e90095ce864964e5bfe7449c9488d85
This commit is contained in:
Gavin Whelan 2018-04-16 06:42:02 +00:00
parent cd2dc690b0
commit bc6795cfac

View File

@ -180,9 +180,9 @@ cases, code that does not perform these checks.
%----------------------------------------------------------------------------
\entryheader
\formdef{most-positive-fixnum}{\categoryprocedure}{(most-positive-fixnum)}
\returns the most negative fixnum supported by the system
\formdef{most-negative-fixnum}{\categoryprocedure}{(most-negative-fixnum)}
\returns the most positive fixnum supported by the system
\formdef{most-negative-fixnum}{\categoryprocedure}{(most-negative-fixnum)}
\returns the most negative fixnum supported by the system
\listlibraries
\endentryheader