From bc6795cfacbe284314704fbc1f27b84cb4e186aa Mon Sep 17 00:00:00 2001 From: Gavin Whelan Date: Mon, 16 Apr 2018 06:42:02 +0000 Subject: [PATCH] Return descriptions for most-positive-fixnum and most-negative-fixnum were reversed in csug, flipped to be correct. original commit: f0ea46428e90095ce864964e5bfe7449c9488d85 --- csug/numeric.stex | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/csug/numeric.stex b/csug/numeric.stex index 453b2702e2..29c673315d 100644 --- a/csug/numeric.stex +++ b/csug/numeric.stex @@ -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