doc corrections

svn: r18224
This commit is contained in:
Matthew Flatt 2010-02-20 14:58:10 +00:00
parent 457a2da675
commit eb46f95246
2 changed files with 4 additions and 3 deletions

View File

@ -596,7 +596,7 @@ but faster and in constant time when @scheme[n] is positive.
[start exact-nonnegative-integer?]
[end (and/c exact-nonnegative-integer?
(start . <= . end))])
boolean?]{
exact-integer?]{
Returns

View File

@ -70,8 +70,9 @@ the result is always a @tech{fixnum}. The @scheme[unsafe-fxlshift] and
@scheme[unsafe-fxlshift] is a positive (i.e., left) shift, and
@scheme[unsafe-fxrshift] is a negative (i.e., right) shift, where the
number of bits to shift must be less than the number of bits used to
represent a @tech{fixnum}, and the result is effectively
@scheme[bitwise-and]ed with the most negative @tech{fixnum}.}
represent a @tech{fixnum}. In the case of @scheme[unsafe-fxlshift],
bits in the result beyond the the number of bits used to represent a
@tech{fixnum} are effectively replaced with a copy of the high bit.}
@deftogether[(